2 implementations of INavigatorImpl
PresentationFramework (2)
System\Windows\Controls\Frame.cs (1)
90
public class Frame : ContentControl, INavigator,
INavigatorImpl
, IJournalNavigationScopeHost, IDownloader, IJournalState, IAddChild, IUriContext
System\Windows\Navigation\NavigationWindow.cs (1)
38
public class NavigationWindow : Window, INavigator,
INavigatorImpl
, IDownloader, IJournalNavigationScopeHost, IUriContext
6 references to INavigatorImpl
PresentationFramework (6)
System\Windows\Controls\Frame.cs (2)
279
void
INavigatorImpl
.OnSourceUpdatedFromNavService(bool journalOrCancel)
756
Visual
INavigatorImpl
.FindRootViewer()
System\Windows\Navigation\NavigationService.cs (2)
3499
_navigatorHostImpl = value as
INavigatorImpl
;
4033
private
INavigatorImpl
_navigatorHostImpl;
System\Windows\Navigation\NavigationWindow.cs (2)
581
void
INavigatorImpl
.OnSourceUpdatedFromNavService(bool journalOrCancel)
919
Visual
INavigatorImpl
.FindRootViewer()