2 writes to RootBrowserWindow
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (2)
190RootBrowserWindow = RootBrowserWindow.CreateAndInitialize(); 1139RootBrowserWindow = null;
6 references to RootBrowserWindow
PresentationFramework (6)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (5)
326if (Application.Current != null && RootBrowserWindow != null) 339if (RootBrowserWindow == null || Application.IsShuttingDown) 391if (Application.Current != null && RootBrowserWindow != null) 464if (Application.Current != null && RootBrowserWindow != null) 475if (RootBrowserWindow != null)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
3758ApplicationProxyInternal.Current.RootBrowserWindow.HasTravelLogIntegration;