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