1 write to INavigatorHost
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
54
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)
1309
jns = parentNS.
INavigatorHost
.GetJournal(create);
System\Windows\Navigation\NavigationService.cs (28)
171
navigator =
INavigatorHost
;
563
NavigationService newParent = ((DependencyObject)
INavigatorHost
).GetValue(NavigationServiceProperty) as NavigationService;
598
ncChild.
INavigatorHost
.StopLoading();
670
FrameworkElement fe =
INavigatorHost
as FrameworkElement;
675
return
INavigatorHost
;
800
DependencyObject focusScope = (DependencyObject)
INavigatorHost
;
2028
INavigatorHost
,
2033
_navigating(
INavigatorHost
, e);
2176
NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse,
INavigatorHost
, IsNavigationInitiator);
2180
_navigated(
INavigatorHost
, e);
2310
UIElement navigatorHost =
INavigatorHost
as UIElement;
2320
NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes,
INavigatorHost
);
2328
_navigationProgress(
INavigatorHost
, e);
2365
NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse,
INavigatorHost
, isNavInitiator);
2377
_loadCompleted(
INavigatorHost
, e);
2419
FragmentNavigationEventArgs e = new FragmentNavigationEventArgs(fragment,
INavigatorHost
);
2524
NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null,
INavigatorHost
, IsNavigationInitiator);
2528
_stopped(
INavigatorHost
, e);
2651
if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData,
INavigatorHost
, _request, response, e)))
2659
if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData,
INavigatorHost
, _request, response, e)))
2677
NavigationFailed(
INavigatorHost
, e);
2829
if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData,
INavigatorHost
, _request, response, e)))
2837
if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData,
INavigatorHost
, _request, response, e)))
3433
return (
INavigatorHost
is NavigationWindow ||
3454
DependencyObject navigator =
INavigatorHost
as DependencyObject;
3583
while (ns != null && ns.
INavigatorHost
!= null)
3585
NavigationWindow nw = ns.
INavigatorHost
as NavigationWindow;
3765
var host = this.
INavigatorHost
as DependencyObject;