File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
src/WPFDevelopers.Samples.Shared/ExampleViews Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 2
2
x : Class =" WPFDevelopers.Samples.ExampleViews.NoneNoChromeWindow"
3
3
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4
4
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5
+ xmlns : controls =" clr-namespace:WPFDevelopers.Samples.Controls"
5
6
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
7
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
7
8
xmlns : wd =" https://github.com/WPFDevelopersOrg/WPFDevelopers"
49
50
</Button >
50
51
</Grid >
51
52
</wd : Window .TitleBar>
52
- <Grid />
53
+ <controls : CodeViewer >
54
+ <Grid >
55
+ <TextBlock
56
+ HorizontalAlignment =" Center"
57
+ VerticalAlignment =" Center"
58
+ Text =" Content" />
59
+ </Grid >
60
+ <controls : CodeViewer .SourceCodes>
61
+ <controls : SourceCodeModel CodeSource =" /WPFDevelopers.SamplesCode;component/ExampleViews/NoneNoChromeWindow.xaml" CodeType =" Xaml" />
62
+ <controls : SourceCodeModel CodeSource =" /WPFDevelopers.SamplesCode;component/ExampleViews/NoneNoChromeWindow.xaml.cs" CodeType =" CSharp" />
63
+ </controls : CodeViewer .SourceCodes>
64
+ </controls : CodeViewer >
53
65
</wd : Window >
You can’t perform that action at this time.
0 commit comments