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
;
583
NavigationService newParent = ((DependencyObject)
INavigatorHost
).GetValue(NavigationServiceProperty) as NavigationService;
624
ncChild.
INavigatorHost
.StopLoading();
699
FrameworkElement fe =
INavigatorHost
as FrameworkElement;
704
return
INavigatorHost
;
829
DependencyObject focusScope = (DependencyObject)
INavigatorHost
;
2080
INavigatorHost
,
2085
_navigating(
INavigatorHost
, e);
2237
NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse,
INavigatorHost
, IsNavigationInitiator);
2241
_navigated(
INavigatorHost
, e);
2372
UIElement navigatorHost =
INavigatorHost
as UIElement;
2382
NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes,
INavigatorHost
);
2390
_navigationProgress(
INavigatorHost
, e);
2427
NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse,
INavigatorHost
, isNavInitiator);
2439
_loadCompleted(
INavigatorHost
, e);
2481
FragmentNavigationEventArgs e = new FragmentNavigationEventArgs(fragment,
INavigatorHost
);
2586
NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null,
INavigatorHost
, IsNavigationInitiator);
2590
_stopped(
INavigatorHost
, e);
2713
if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData,
INavigatorHost
, _request, response, e)))
2721
if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData,
INavigatorHost
, _request, response, e)))
2739
NavigationFailed(
INavigatorHost
, e);
2891
if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData,
INavigatorHost
, _request, response, e)))
2899
if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData,
INavigatorHost
, _request, response, e)))
3495
return (
INavigatorHost
is NavigationWindow ||
3516
DependencyObject navigator =
INavigatorHost
as DependencyObject;
3651
while (ns != null && ns.
INavigatorHost
!= null)
3653
NavigationWindow nw = ns.
INavigatorHost
as NavigationWindow;
3833
var host = this.
INavigatorHost
as DependencyObject;