2 writes to NavService
PresentationFramework (2)
System\Windows\Application.cs (2)
1600
NavService
= new NavigationService(null);
2309
NavService
= null;
6 references to NavService
PresentationFramework (6)
System\Windows\Application.cs (5)
1601
NavService
.AllowWindowNavigation = true;
1602
NavService
.PreBPReady += new BPReadyEventHandler(OnPreBPReady);
1603
NavService
.Navigate(StartupUri);
2304
NavService
.PreBPReady -= new BPReadyEventHandler(OnPreBPReady);
2305
NavService
.AllowWindowNavigation = false;
System\Windows\Navigation\NavigationService.cs (1)
3489
this.Application.
NavService
== this)