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