2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4 x:Class="CustomNavigationWindowChromeSample.Page2"
6 Background="LightYellow">
8 <TextBlock FontWeight="Bold" FontSize="30">
9 <TextBlock>Page 2</TextBlock>
11 <Hyperlink NavigateUri="Page3.xaml">Navigate to Page3</Hyperlink>