1 write to _navigationService
PresentationFramework (1)
System\Windows\Navigation\NavigationWindow.cs (1)
213
_navigationService
= new NavigationService(this);
12 references to _navigationService
PresentationFramework (12)
System\Windows\Navigation\NavigationWindow.cs (12)
211
Debug.Assert(
_navigationService
== null && _JNS == null);
214
_navigationService
.BPReady += new BPReadyEventHandler(OnBPReady);
233
get { return
_navigationService
; }
421
_navigationService
?.VisualTreeAvailable(root);
476
if (
_navigationService
!= null)
478
return !
_navigationService
.CanReloadFromUri;
503
return
_navigationService
;
573
navWin.
_navigationService
.Navigate(uriToNavigate, null, false, true/* navigateOnSourceChanged */);
586
SetCurrentValueInternal(SourceProperty,
_navigationService
.Source);
622
return (
_navigationService
?.CurrentSource);
866
_navigationService
?.Dispose();
910
get { return
_navigationService
; }