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.NoChromeWindow"
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"
48
49
</Button >
49
50
</Grid >
50
51
</wd : Window .TitleBar>
51
- <Grid />
52
+ <controls : CodeViewer >
53
+ <Grid >
54
+ <TextBlock
55
+ HorizontalAlignment =" Center"
56
+ VerticalAlignment =" Center"
57
+ Text =" Content" />
58
+ </Grid >
59
+ <controls : CodeViewer .SourceCodes>
60
+ <controls : SourceCodeModel CodeSource =" /WPFDevelopers.SamplesCode;component/ExampleViews/NoChromeWindow.xaml" CodeType =" Xaml" />
61
+ <controls : SourceCodeModel CodeSource =" /WPFDevelopers.SamplesCode;component/ExampleViews/NoChromeWindow.xaml.cs" CodeType =" CSharp" />
62
+ </controls : CodeViewer .SourceCodes>
63
+ </controls : CodeViewer >
52
64
</wd : Window >
You can’t perform that action at this time.
0 commit comments