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)
281
void
INavigatorImpl
.OnSourceUpdatedFromNavService(bool journalOrCancel)
761
Visual
INavigatorImpl
.FindRootViewer()
System\Windows\Navigation\NavigationService.cs (2)
3542
_navigatorHostImpl = value as
INavigatorImpl
;
4076
private
INavigatorImpl
_navigatorHostImpl;
System\Windows\Navigation\NavigationWindow.cs (2)
585
void
INavigatorImpl
.OnSourceUpdatedFromNavService(bool journalOrCancel)
924
Visual
INavigatorImpl
.FindRootViewer()