3 instantiations of NavigationService
PresentationFramework (3)
src\Framework\System\Windows\Application.cs (1)
1684
NavService = new
NavigationService
(null);
src\Framework\System\Windows\Controls\Frame.cs (1)
168
_navigationService = new
NavigationService
(this);
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
249
_navigationService = new
NavigationService
(this);
72 references to NavigationService
PresentationFramework (72)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (2)
555
NavigationService
topNavSvc = _rbw.Value.NavigationService;
768
NavigationService
navigationService = null;
src\Framework\MS\Internal\AppModel\INavigator.cs (1)
32
NavigationService
Downloader
src\Framework\MS\Internal\AppModel\Journaling.cs (2)
361
internal static int GetParentPageJournalIndex(
NavigationService
NavigationService, Journal journal, PageFunctionBase endingPF)
593
NavigationService
ns = idl != null ? idl.Downloader : null;
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (5)
338
NavigationService
navigationService = _rootNavSvc.FindTarget(entry.NavigationServiceId);
458
internal
NavigationService
RootNavigationService
515
NavigationService
ns = _rootNavSvc.FindTarget(entry.NavigationServiceId);
536
private
NavigationService
_rootNavSvc; // == _host.NavigationService
548
NavigationService
NavigationService { get; }
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (3)
766
private void VerifyWebOCOverlap(
NavigationService
navigationService)
770
NavigationService
childNavService = (
NavigationService
)(navigationService.ChildNavigationServices[i]);
src\Framework\MS\Internal\Data\ObjectRef.cs (1)
190
d.ReadLocalValue(System.Windows.Navigation.
NavigationService
.NavigationServiceProperty) == DependencyProperty.UnsetValue)
src\Framework\MS\Internal\Documents\Application\DocumentApplicationJournalEntry.cs (1)
76
public override void Replay(
NavigationService
navigationService, NavigationMode mode)
src\Framework\MS\Internal\Utility\BindUriHelper.cs (3)
138
NavigationService
ns = null;
139
ns = element.GetValue(
NavigationService
.NavigationServiceProperty) as
NavigationService
;
src\Framework\System\Windows\Application.cs (2)
2087
internal
NavigationService
NavService
2795
private
NavigationService
_navService;
src\Framework\System\Windows\Controls\Frame.cs (5)
140
NavigationService
.NavigationServiceProperty.OverrideMetadata(
208
NavigationService
IDownloader.Downloader
542
public
NavigationService
NavigationService
1350
NavigationService
parentNS = _navigationService.ParentNavigationService;
1435
private
NavigationService
_navigationService;
src\Framework\System\Windows\Controls\Page.cs (2)
446
public
NavigationService
NavigationService
450
return
NavigationService
.GetNavigationService(this);
src\Framework\System\Windows\Controls\PasswordBox.cs (4)
74
NavigationService
.NavigationServiceProperty.OverrideMetadata(typeof(PasswordBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(OnParentNavigationServiceChanged)));
1151
NavigationService
navService =
NavigationService
.GetNavigationService(o);
1353
private
NavigationService
_navigationService;
src\Framework\System\Windows\Documents\FixedDocument.cs (5)
70
NavigationService
.NavigationServiceProperty.OverrideMetadata(
295
internal
NavigationService
NavigationService
297
get { return (
NavigationService
) GetValue(
NavigationService
.NavigationServiceProperty); }
298
set { SetValue(
NavigationService
.NavigationServiceProperty, value); }
src\Framework\System\Windows\Documents\FixedHyperlink.cs (6)
59
NavigationService
oldService = (
NavigationService
) e.OldValue;
60
NavigationService
newService = (
NavigationService
) e.NewValue;
81
NavigationService
ns = sender as
NavigationService
;
src\Framework\System\Windows\Navigation\JournalEntry.cs (1)
69
public abstract void Replay(
NavigationService
navigationService, NavigationMode mode);
src\Framework\System\Windows\Navigation\NavigationService.cs (25)
704
((
NavigationService
)ChildNavigationServices[i]).InvalidateJournalNavigationScope();
710
NavigationService
oldParent = _parentNavigationService;
711
NavigationService
newParent = ((DependencyObject)INavigatorHost).GetValue(NavigationServiceProperty) as
NavigationService
;
730
internal void AddChild(
NavigationService
ncChild)
764
internal void RemoveChild(
NavigationService
ncChild)
801
internal
NavigationService
FindTarget(Guid navigationServiceId)
806
NavigationService
result = null;
807
foreach (
NavigationService
ns in ChildNavigationServices)
837
foreach (
NavigationService
xcChild in ChildNavigationServices)
1413
NavigationService
rootNavigationService = null;
1474
typeof(
NavigationService
),
1475
typeof(
NavigationService
),
1477
(
NavigationService
)null,
1485
public static
NavigationService
GetNavigationService(DependencyObject dependencyObject)
1492
return dependencyObject.GetValue(NavigationServiceProperty) as
NavigationService
;
2102
((
NavigationService
)_childNavigationServices[i]).DoStopLoading(true, succeed/*fireEvent: we only fire when succeed*/);
2113
((
NavigationService
)_childNavigationServices[i]).DoStopLoading(true, false/*fireEvents*/);
2716
NavigationService
ncParent = this.ParentNavigationService;
3709
internal
NavigationService
ParentNavigationService
3902
foreach (
NavigationService
ns in ChildNavigationServices)
3925
NavigationService
ns = this;
4386
private
NavigationService
_parentNavigationService;
4668
internal NavigateQueueItem(Uri source, object content, NavigationMode mode, Object navState,
NavigationService
nc)
4743
NavigationService
_nc;
src\Framework\System\Windows\Navigation\NavigationWindow.cs (4)
267
NavigationService
IDownloader.Downloader
542
public
NavigationService
NavigationService
956
NavigationService
IJournalNavigationScopeHost.NavigationService
1153
private
NavigationService
_navigationService;