2 writes to NavService
PresentationFramework (2)
src\Framework\System\Windows\Application.cs (2)
1684
NavService
= new NavigationService(null);
2523
NavService
= null;
6 references to NavService
PresentationFramework (6)
src\Framework\System\Windows\Application.cs (5)
1685
NavService
.AllowWindowNavigation = true;
1686
NavService
.PreBPReady += new BPReadyEventHandler(OnPreBPReady);
1687
NavService
.Navigate(StartupUri);
2518
NavService
.PreBPReady -= new BPReadyEventHandler(OnPreBPReady);
2519
NavService
.AllowWindowNavigation = false;
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
3774
this.Application.
NavService
== this)