1 write to INavigatorHost
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
68
INavigatorHost
= nav;
31 references to INavigatorHost
PresentationFramework (31)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
322
navigated = entry.Navigate(navigationService.
INavigatorHost
, mode);
MS\Internal\Documents\Application\DocumentApplicationJournalEntry.cs (1)
67
ContentControl navigator = (ContentControl)navigationService.
INavigatorHost
;
System\Windows\Controls\Frame.cs (1)
1333
jns = parentNS.
INavigatorHost
.GetJournal(create);
System\Windows\Navigation\NavigationService.cs (28)
185
navigator =
INavigatorHost
;
585
NavigationService newParent = ((DependencyObject)
INavigatorHost
).GetValue(NavigationServiceProperty) as NavigationService;
626
ncChild.
INavigatorHost
.StopLoading();
701
FrameworkElement fe =
INavigatorHost
as FrameworkElement;
706
return
INavigatorHost
;
831
DependencyObject focusScope = (DependencyObject)
INavigatorHost
;
2082
INavigatorHost
,
2087
_navigating(
INavigatorHost
, e);
2239
NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse,
INavigatorHost
, IsNavigationInitiator);
2243
_navigated(
INavigatorHost
, e);
2374
UIElement navigatorHost =
INavigatorHost
as UIElement;
2384
NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes,
INavigatorHost
);
2392
_navigationProgress(
INavigatorHost
, e);
2429
NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse,
INavigatorHost
, isNavInitiator);
2441
_loadCompleted(
INavigatorHost
, e);
2483
FragmentNavigationEventArgs e = new FragmentNavigationEventArgs(fragment,
INavigatorHost
);
2588
NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null,
INavigatorHost
, IsNavigationInitiator);
2592
_stopped(
INavigatorHost
, e);
2715
if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData,
INavigatorHost
, _request, response, e)))
2723
if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData,
INavigatorHost
, _request, response, e)))
2741
NavigationFailed(
INavigatorHost
, e);
2893
if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData,
INavigatorHost
, _request, response, e)))
2901
if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData,
INavigatorHost
, _request, response, e)))
3497
return (
INavigatorHost
is NavigationWindow ||
3518
DependencyObject navigator =
INavigatorHost
as DependencyObject;
3653
while (ns != null && ns.
INavigatorHost
!= null)
3655
NavigationWindow nw = ns.
INavigatorHost
as NavigationWindow;
3835
var host = this.
INavigatorHost
as DependencyObject;