1 write to INavigatorHost
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
59
INavigatorHost
= nav;
31 references to INavigatorHost
PresentationFramework (31)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
319
navigated = entry.Navigate(navigationService.
INavigatorHost
, mode);
MS\Internal\Documents\Application\DocumentApplicationJournalEntry.cs (1)
62
ContentControl navigator = (ContentControl)navigationService.
INavigatorHost
;
System\Windows\Controls\Frame.cs (1)
1321
jns = parentNS.
INavigatorHost
.GetJournal(create);
System\Windows\Navigation\NavigationService.cs (28)
176
navigator =
INavigatorHost
;
574
NavigationService newParent = ((DependencyObject)
INavigatorHost
).GetValue(NavigationServiceProperty) as NavigationService;
615
ncChild.
INavigatorHost
.StopLoading();
690
FrameworkElement fe =
INavigatorHost
as FrameworkElement;
695
return
INavigatorHost
;
820
DependencyObject focusScope = (DependencyObject)
INavigatorHost
;
2071
INavigatorHost
,
2076
_navigating(
INavigatorHost
, e);
2228
NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse,
INavigatorHost
, IsNavigationInitiator);
2232
_navigated(
INavigatorHost
, e);
2363
UIElement navigatorHost =
INavigatorHost
as UIElement;
2373
NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes,
INavigatorHost
);
2381
_navigationProgress(
INavigatorHost
, e);
2418
NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse,
INavigatorHost
, isNavInitiator);
2430
_loadCompleted(
INavigatorHost
, e);
2472
FragmentNavigationEventArgs e = new FragmentNavigationEventArgs(fragment,
INavigatorHost
);
2577
NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null,
INavigatorHost
, IsNavigationInitiator);
2581
_stopped(
INavigatorHost
, e);
2704
if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData,
INavigatorHost
, _request, response, e)))
2712
if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData,
INavigatorHost
, _request, response, e)))
2730
NavigationFailed(
INavigatorHost
, e);
2882
if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData,
INavigatorHost
, _request, response, e)))
2890
if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData,
INavigatorHost
, _request, response, e)))
3486
return (
INavigatorHost
is NavigationWindow ||
3507
DependencyObject navigator =
INavigatorHost
as DependencyObject;
3642
while (ns != null && ns.
INavigatorHost
!= null)
3644
NavigationWindow nw = ns.
INavigatorHost
as NavigationWindow;
3824
var host = this.
INavigatorHost
as DependencyObject;