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)
170
navigator =
INavigatorHost
;
562
NavigationService newParent = ((DependencyObject)
INavigatorHost
).GetValue(NavigationServiceProperty) as NavigationService;
597
ncChild.
INavigatorHost
.StopLoading();
669
FrameworkElement fe =
INavigatorHost
as FrameworkElement;
674
return
INavigatorHost
;
799
DependencyObject focusScope = (DependencyObject)
INavigatorHost
;
2027
INavigatorHost
,
2032
_navigating(
INavigatorHost
, e);
2175
NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse,
INavigatorHost
, IsNavigationInitiator);
2179
_navigated(
INavigatorHost
, e);
2309
UIElement navigatorHost =
INavigatorHost
as UIElement;
2319
NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes,
INavigatorHost
);
2327
_navigationProgress(
INavigatorHost
, e);
2364
NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse,
INavigatorHost
, isNavInitiator);
2376
_loadCompleted(
INavigatorHost
, e);
2418
FragmentNavigationEventArgs e = new FragmentNavigationEventArgs(fragment,
INavigatorHost
);
2523
NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null,
INavigatorHost
, IsNavigationInitiator);
2527
_stopped(
INavigatorHost
, e);
2650
if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData,
INavigatorHost
, _request, response, e)))
2658
if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData,
INavigatorHost
, _request, response, e)))
2676
NavigationFailed(
INavigatorHost
, e);
2828
if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData,
INavigatorHost
, _request, response, e)))
2836
if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData,
INavigatorHost
, _request, response, e)))
3432
return (
INavigatorHost
is NavigationWindow ||
3453
DependencyObject navigator =
INavigatorHost
as DependencyObject;
3582
while (ns != null && ns.
INavigatorHost
!= null)
3584
NavigationWindow nw = ns.
INavigatorHost
as NavigationWindow;
3764
var host = this.
INavigatorHost
as DependencyObject;