1 write to INavigatorHost
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
79
INavigatorHost
= nav;
31 references to INavigatorHost
PresentationFramework (31)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
345
navigated = entry.Navigate(navigationService.
INavigatorHost
, mode);
src\Framework\MS\Internal\Documents\Application\DocumentApplicationJournalEntry.cs (1)
78
ContentControl navigator = (ContentControl)navigationService.
INavigatorHost
;
src\Framework\System\Windows\Controls\Frame.cs (1)
1353
jns = parentNS.
INavigatorHost
.GetJournal(create);
src\Framework\System\Windows\Navigation\NavigationService.cs (28)
196
navigator =
INavigatorHost
;
711
NavigationService newParent = ((DependencyObject)
INavigatorHost
).GetValue(NavigationServiceProperty) as NavigationService;
752
ncChild.
INavigatorHost
.StopLoading();
827
FrameworkElement fe =
INavigatorHost
as FrameworkElement;
832
return
INavigatorHost
;
957
DependencyObject focusScope = (DependencyObject)
INavigatorHost
;
2252
INavigatorHost
,
2257
_navigating(
INavigatorHost
, e);
2409
NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse,
INavigatorHost
, IsNavigationInitiator);
2413
_navigated(
INavigatorHost
, e);
2555
UIElement navigatorHost =
INavigatorHost
as UIElement;
2565
NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes,
INavigatorHost
);
2573
_navigationProgress(
INavigatorHost
, e);
2610
NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse,
INavigatorHost
, isNavInitiator);
2622
_loadCompleted(
INavigatorHost
, e);
2664
FragmentNavigationEventArgs e = new FragmentNavigationEventArgs(fragment,
INavigatorHost
);
2769
NavigationEventArgs e = new NavigationEventArgs(Source, Content, extraData, null,
INavigatorHost
, IsNavigationInitiator);
2773
_stopped(
INavigatorHost
, e);
2896
if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData,
INavigatorHost
, _request, response, e)))
2904
if (! FireNavigationFailed(new NavigationFailedEventArgs(source, extraData,
INavigatorHost
, _request, response, e)))
2922
NavigationFailed(
INavigatorHost
, e);
3108
if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData,
INavigatorHost
, _request, response, e)))
3116
if (! FireNavigationFailed(new NavigationFailedEventArgs(requestState.Source, extraData,
INavigatorHost
, _request, response, e)))
3771
return (
INavigatorHost
is NavigationWindow ||
3792
DependencyObject navigator =
INavigatorHost
as DependencyObject;
3926
while (ns != null && ns.
INavigatorHost
!= null)
3928
NavigationWindow nw = ns.
INavigatorHost
as NavigationWindow;
4109
var host = this.
INavigatorHost
as DependencyObject;