2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4 WindowTitle="SDK Viewer - System.Windows.Controls.Frame.GoBack"
5 Title="System.Windows.Controls.Frame.GoBack"
10 <TextBlock FontSize="15" FontWeight="DemiBold">System.Windows.Controls.Frame.GoBack</TextBlock>
12 <TextBlock Padding="0,10,0,0">
14 Navigates to the next journal entry in the navigation history.
19 <TextBlock FontFamily="Courier New" FontSize="12" Background="LightGray" Padding="3,3,3,3">
26 <TextBlock TextWrapping="Wrap">
27 <TextBlock FontSize="13" FontWeight="DemiBold">Remarks</TextBlock>
29 Before calling <TextBlock FontWeight="DemiBold">GoBack</TextBlock>, you can check the <Hyperlink NavigateUri="SDKFrameCanGoForwardPage.xaml">System.Windows.Controls.Frame.CanGoBack</Hyperlink> property to determine whether there are entries to navigate back to.
36 <TextBlock FontSize="13" FontWeight="DemiBold">See Also</TextBlock>
38 <Hyperlink NavigateUri="SDKFrameCanGoBackPage.xaml">System.Windows.Controls.Frame.CanGoBack</Hyperlink>
40 <Hyperlink NavigateUri="SDKFrameCanGoForwardPage.xaml">System.Windows.Controls.Frame.CanGoForward</Hyperlink>
42 <Hyperlink NavigateUri="SDKFrameGoForwardPage.xaml">System.Windows.Controls.Frame.GoForward</Hyperlink>