repo.or.cz
/
windows-sources.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added samples
[windows-sources.git]
/
sdk
/
samples
/
WPFSamples
/
ControlTemplateExamples
/
csharp
/
page2.xaml
blob
6ed72f12e483aecff8ae5c3a26d110cc88d57472
1
<Page x:Class="SimpleStyles.Page2"
2
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4
Title="Page2"
5
Background="#CCC"
6
>
7
<Grid>
8
<TextBlock>
9
Navigate to <Hyperlink NavigateUri="page1.xaml">Page1</Hyperlink>
10
</TextBlock>
11
</Grid>
12
</Page>