1 write to _navigationService
PresentationFramework (1)
System\Windows\Navigation\NavigationWindow.cs (1)
214
_navigationService
= new NavigationService(this);
12 references to _navigationService
PresentationFramework (12)
System\Windows\Navigation\NavigationWindow.cs (12)
212
Debug.Assert(
_navigationService
== null && _JNS == null);
215
_navigationService
.BPReady += new BPReadyEventHandler(OnBPReady);
234
get { return
_navigationService
; }
422
_navigationService
?.VisualTreeAvailable(root);
477
if (
_navigationService
!= null)
479
return !
_navigationService
.CanReloadFromUri;
504
return
_navigationService
;
574
navWin.
_navigationService
.Navigate(uriToNavigate, null, false, true/* navigateOnSourceChanged */);
587
SetCurrentValueInternal(SourceProperty,
_navigationService
.Source);
623
return (
_navigationService
?.CurrentSource);
867
_navigationService
?.Dispose();
911
get { return
_navigationService
; }