1 instantiation of RootBrowserWindow
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
206RootBrowserWindow rbw = new RootBrowserWindow();
25 references to RootBrowserWindow
PresentationFramework (25)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (3)
190RootBrowserWindow = RootBrowserWindow.CreateAndInitialize(); 993internal RootBrowserWindow RootBrowserWindow 1202private SecurityCriticalDataForSet<RootBrowserWindow> _rbw;
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (7)
61CommandHelpers.RegisterCommandHandler(typeof(RootBrowserWindow), ApplicationCommands.Print, 204internal static RootBrowserWindow CreateAndInitialize() 206RootBrowserWindow rbw = new RootBrowserWindow(); 920RootBrowserWindow rbw = sender as RootBrowserWindow; 1007RootBrowserWindow rbw = sender as RootBrowserWindow;
src\Framework\MS\Internal\AppModel\RootBrowserWindowProxy.cs (3)
24internal RootBrowserWindowProxy(RootBrowserWindow rbw) 33internal RootBrowserWindow RootBrowserWindow 54private RootBrowserWindow _rbw;
src\Framework\MS\Internal\AppModel\SecurityMgrSite.cs (1)
47Invariant.Assert( Application.Current.BrowserCallbackServices == null || ( curWindow is RootBrowserWindow ));
src\Framework\MS\Internal\AppModel\XappLauncher.cs (3)
1031private RootBrowserWindow BrowserWindow 1037RootBrowserWindow rbw = (RootBrowserWindow)GetAppWindow();
src\Framework\System\Windows\Application.cs (3)
940if ( ( _mainWindow is RootBrowserWindow ) 944( !( value is RootBrowserWindow ))) ) 1891Debug.Assert(appWin is RootBrowserWindow, "appWin must be a RootBrowserWindow");
src\Framework\System\Windows\Automation\Peers\RootBrowserWindowAutomationPeer.cs (1)
10public RootBrowserWindowAutomationPeer(RootBrowserWindow owner): base(owner)
src\Framework\System\Windows\Controls\WebBrowser.cs (3)
1350private static RootBrowserWindow RootBrowserWindow 1359_rbw.Value = Application.Current.MainWindow as RootBrowserWindow; 1398private static SecurityCriticalDataForSet<RootBrowserWindow> _rbw;
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
480if ((JournalScope != null && JournalScope.NavigatorHost is RootBrowserWindow) ||