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