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
;
2024
INavigatorHost
,
2029
_navigating(
INavigatorHost
, e);
2172
NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse,
INavigatorHost
, IsNavigationInitiator);
2176
_navigated(
INavigatorHost
, e);
2306
UIElement navigatorHost =
INavigatorHost
as UIElement;
2316
NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes,
INavigatorHost
);
2324
_navigationProgress(
INavigatorHost
, e);
2361
NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse,
INavigatorHost
, isNavInitiator);
2373
_loadCompleted(
INavigatorHost
, e);
2415
FragmentNavigationEventArgs e = new FragmentNavigationEventArgs(fragment,
INavigatorHost
);
2520
NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null,
INavigatorHost
, IsNavigationInitiator);
2524
_stopped(
INavigatorHost
, e);
2647
if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData,
INavigatorHost
, _request, response, e)))
2655
if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData,
INavigatorHost
, _request, response, e)))
2673
NavigationFailed(
INavigatorHost
, e);
2825
if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData,
INavigatorHost
, _request, response, e)))
2833
if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData,
INavigatorHost
, _request, response, e)))
3429
return (
INavigatorHost
is NavigationWindow ||
3450
DependencyObject navigator =
INavigatorHost
as DependencyObject;
3579
while (ns != null && ns.
INavigatorHost
!= null)
3581
NavigationWindow nw = ns.
INavigatorHost
as NavigationWindow;
3761
var host = this.
INavigatorHost
as DependencyObject;