5 references to App
PresentationFramework (5)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (5)
217Invariant.Assert(App != null, "RootBrowserWindow must be created in an Application"); 219IHostService ihs = (IHostService)App.GetService(typeof(IHostService)); 962string printJobDescription = GetPrintJobDescription(App.MainWindow); 1169IBrowserCallbackServices ibcs = (App == null ? null : App.BrowserCallbackServices);