2 implementations of INavigatorImpl
PresentationFramework (2)
System\Windows\Controls\Frame.cs (1)
103
public class Frame : ContentControl, INavigator,
INavigatorImpl
, IJournalNavigationScopeHost, IDownloader, IJournalState, IAddChild, IUriContext
System\Windows\Navigation\NavigationWindow.cs (1)
55
public class NavigationWindow : Window, INavigator,
INavigatorImpl
, IDownloader, IJournalNavigationScopeHost, IUriContext
6 references to INavigatorImpl
PresentationFramework (6)
System\Windows\Controls\Frame.cs (2)
293
void
INavigatorImpl
.OnSourceUpdatedFromNavService(bool journalOrCancel)
773
Visual
INavigatorImpl
.FindRootViewer()
System\Windows\Navigation\NavigationService.cs (2)
3568
_navigatorHostImpl = value as
INavigatorImpl
;
4102
private
INavigatorImpl
_navigatorHostImpl;
System\Windows\Navigation\NavigationWindow.cs (2)
601
void
INavigatorImpl
.OnSourceUpdatedFromNavService(bool journalOrCancel)
940
Visual
INavigatorImpl
.FindRootViewer()