1 write to _navigationService
PresentationFramework (1)
System\Windows\Navigation\NavigationWindow.cs (1)
214
_navigationService
= new NavigationService(this);
15 references to _navigationService
PresentationFramework (15)
System\Windows\Navigation\NavigationWindow.cs (15)
212
Debug.Assert(
_navigationService
== null && _JNS == null);
215
_navigationService
.BPReady += new BPReadyEventHandler(OnBPReady);
234
get { return
_navigationService
; }
422
if (
_navigationService
!= null)
424
_navigationService
.VisualTreeAvailable(root);
480
if (
_navigationService
!= null)
482
return !
_navigationService
.CanReloadFromUri;
507
return
_navigationService
;
577
navWin.
_navigationService
.Navigate(uriToNavigate, null, false, true/* navigateOnSourceChanged */);
590
SetCurrentValueInternal(SourceProperty,
_navigationService
.Source);
626
return (
_navigationService
== null ? null :
_navigationService
.CurrentSource);
870
if(
_navigationService
!= null)
871
_navigationService
.Dispose();
915
get { return
_navigationService
; }