1 write to _navigationService
PresentationFramework (1)
System\Windows\Navigation\NavigationWindow.cs (1)
230
_navigationService
= new NavigationService(this);
15 references to _navigationService
PresentationFramework (15)
System\Windows\Navigation\NavigationWindow.cs (15)
228
Debug.Assert(
_navigationService
== null && _JNS == null);
231
_navigationService
.BPReady += new BPReadyEventHandler(OnBPReady);
250
get { return
_navigationService
; }
438
if (
_navigationService
!= null)
440
_navigationService
.VisualTreeAvailable(root);
496
if (
_navigationService
!= null)
498
return !
_navigationService
.CanReloadFromUri;
523
return
_navigationService
;
593
navWin.
_navigationService
.Navigate(uriToNavigate, null, false, true/* navigateOnSourceChanged */);
606
SetCurrentValueInternal(SourceProperty,
_navigationService
.Source);
642
return (
_navigationService
== null ? null :
_navigationService
.CurrentSource);
886
if(
_navigationService
!= null)
887
_navigationService
.Dispose();
931
get { return
_navigationService
; }