1 write to _navigationService
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
249
_navigationService
= new NavigationService(this);
15 references to _navigationService
PresentationFramework (15)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (15)
247
Debug.Assert(
_navigationService
== null && _JNS == null);
250
_navigationService
.BPReady += new BPReadyEventHandler(OnBPReady);
269
get { return
_navigationService
; }
465
if (
_navigationService
!= null)
467
_navigationService
.VisualTreeAvailable(root);
523
if (
_navigationService
!= null)
525
return !
_navigationService
.CanReloadFromUri;
550
return
_navigationService
;
620
navWin.
_navigationService
.Navigate(uriToNavigate, null, false, true/* navigateOnSourceChanged */);
633
SetCurrentValueInternal(SourceProperty,
_navigationService
.Source);
669
return (
_navigationService
== null ? null :
_navigationService
.CurrentSource);
913
if(
_navigationService
!= null)
914
_navigationService
.Dispose();
958
get { return
_navigationService
; }