Skip to content

Commit c09e19a

Browse files
committed
Update NoneNoChromeWindow.xaml
1 parent 25a50d5 commit c09e19a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/WPFDevelopers.Samples.Shared/ExampleViews/NoneNoChromeWindow.xaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
x:Class="WPFDevelopers.Samples.ExampleViews.NoneNoChromeWindow"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5+
xmlns:controls="clr-namespace:WPFDevelopers.Samples.Controls"
56
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
67
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
78
xmlns:wd="https://github.com/WPFDevelopersOrg/WPFDevelopers"
@@ -49,5 +50,16 @@
4950
</Button>
5051
</Grid>
5152
</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>
5365
</wd:Window>

0 commit comments

Comments
 (0)