Method |
Description |
|
CanNavigate ( Uri oldValue, Uri newValue, NavigationType navigationType ) : bool |
|
|
GetChildFrames ( ) : IEnumerable |
|
|
HandleRoutedEvent ( System.Windows.Input.CanExecuteRoutedEventArgs args ) : bool |
|
|
Navigate ( Uri oldValue, Uri newValue, NavigationType navigationType ) : void |
|
|
NavigateAsync ( Uri oldValue, Uri newValue, NavigationType navigationType ) : void |
|
|
NavigateSync ( Uri oldValue, Uri newValue, NavigationType navigationType ) : void |
|
|
OnBrowseBack ( object target, System.Windows.Input.ExecutedRoutedEventArgs e ) : void |
|
|
OnBrowseForward ( object target, System.Windows.Input.ExecutedRoutedEventArgs e ) : void |
|
|
OnCanBrowseBack ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void |
|
|
OnCanBrowseForward ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void |
|
|
OnCanCopy ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void |
|
|
OnCanGoToPage ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void |
|
|
OnCanRefresh ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void |
|
|
OnContentLoaderChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void |
|
|
OnCopy ( object target, System.Windows.Input.ExecutedRoutedEventArgs e ) : void |
|
|
OnFragmentNavigation ( IContent content, FragmentNavigationEventArgs e ) : void |
|
|
OnGoToPage ( object target, System.Windows.Input.ExecutedRoutedEventArgs e ) : void |
|
|
OnKeepContentAliveChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void |
|
|
OnKeepContentAliveChanged ( bool keepAlive ) : void |
|
|
OnLoaded ( object sender, RoutedEventArgs e ) : void |
|
|
OnNavigated ( IContent oldContent, IContent newContent, NavigationEventArgs e ) : void |
|
|
OnNavigating ( IContent content, NavigatingCancelEventArgs e ) : void |
|
|
OnNavigationFailed ( NavigationFailedEventArgs e ) : void |
|
|
OnRefresh ( object target, System.Windows.Input.ExecutedRoutedEventArgs e ) : void |
|
|
OnSourceChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void |
|
|
OnSourceChanged ( Uri oldValue, Uri newValue ) : void |
|
|
RegisterChildFrame ( ModernFrame frame ) : void |
|
|
SetContent ( Uri newSource, NavigationType navigationType, object newContent, bool contentIsError ) : void |
|
|
SetNavigationFailedContent ( Uri newValue, NavigationType navigationType, Exception e ) : void |
|
|
ShouldKeepContentAlive ( object content ) : bool |
|
|