1 write to INavigatorHost
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
53
INavigatorHost
= nav;
31 references to INavigatorHost
PresentationFramework (31)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
318
navigated = entry.Navigate(navigationService.
INavigatorHost
, mode);
MS\Internal\Documents\Application\DocumentApplicationJournalEntry.cs (1)
61
ContentControl navigator = (ContentControl)navigationService.
INavigatorHost
;
System\Windows\Controls\Frame.cs (1)
1308
jns = parentNS.
INavigatorHost
.GetJournal(create);
System\Windows\Navigation\NavigationService.cs (28)
183
navigator =
INavigatorHost
;
575
NavigationService newParent = ((DependencyObject)
INavigatorHost
).GetValue(NavigationServiceProperty) as NavigationService;
610
ncChild.
INavigatorHost
.StopLoading();
682
FrameworkElement fe =
INavigatorHost
as FrameworkElement;
687
return
INavigatorHost
;
812
DependencyObject focusScope = (DependencyObject)
INavigatorHost
;
2037
INavigatorHost
,
2042
_navigating(
INavigatorHost
, e);
2185
NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse,
INavigatorHost
, IsNavigationInitiator);
2189
_navigated(
INavigatorHost
, e);
2316
UIElement navigatorHost =
INavigatorHost
as UIElement;
2326
NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes,
INavigatorHost
);
2334
_navigationProgress(
INavigatorHost
, e);
2371
NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse,
INavigatorHost
, isNavInitiator);
2383
_loadCompleted(
INavigatorHost
, e);
2425
FragmentNavigationEventArgs e = new FragmentNavigationEventArgs(fragment,
INavigatorHost
);
2527
NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null,
INavigatorHost
, IsNavigationInitiator);
2531
_stopped(
INavigatorHost
, e);
2654
if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData,
INavigatorHost
, _request, response, e)))
2662
if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData,
INavigatorHost
, _request, response, e)))
2680
NavigationFailed(
INavigatorHost
, e);
2832
if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData,
INavigatorHost
, _request, response, e)))
2840
if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData,
INavigatorHost
, _request, response, e)))
3433
return (
INavigatorHost
is NavigationWindow ||
3454
DependencyObject navigator =
INavigatorHost
as DependencyObject;
3577
while (ns != null && ns.
INavigatorHost
!= null)
3579
NavigationWindow nw = ns.
INavigatorHost
as NavigationWindow;
3759
var host = this.
INavigatorHost
as DependencyObject;