2 implementations of INavigatorImpl
PresentationFramework (2)
System\Windows\Controls\Frame.cs (1)
91
public class Frame : ContentControl, INavigator,
INavigatorImpl
, IJournalNavigationScopeHost, IDownloader, IJournalState, IAddChild, IUriContext
System\Windows\Navigation\NavigationWindow.cs (1)
39
public class NavigationWindow : Window, INavigator,
INavigatorImpl
, IDownloader, IJournalNavigationScopeHost, IUriContext
6 references to INavigatorImpl
PresentationFramework (6)
System\Windows\Controls\Frame.cs (2)
280
void
INavigatorImpl
.OnSourceUpdatedFromNavService(bool journalOrCancel)
757
Visual
INavigatorImpl
.FindRootViewer()
System\Windows\Navigation\NavigationService.cs (2)
3500
_navigatorHostImpl = value as
INavigatorImpl
;
4034
private
INavigatorImpl
_navigatorHostImpl;
System\Windows\Navigation\NavigationWindow.cs (2)
582
void
INavigatorImpl
.OnSourceUpdatedFromNavService(bool journalOrCancel)
920
Visual
INavigatorImpl
.FindRootViewer()