1 implementation of IHostService
PresentationFramework (1)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
58public sealed class DocObjHost : MarshalByRefObject, IServiceProvider, IHostService,
9 references to IHostService
PresentationFramework (9)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (3)
219IHostService ihs = (IHostService)App.GetService(typeof(IHostService));
src\Framework\System\Windows\Application.cs (3)
1887IHostService ihs = (IHostService)this.GetService(typeof(IHostService));
src\Framework\System\Windows\Interop\DocobjHost.cs (3)
147if (serviceType == typeof(IHostService)) 171RootBrowserWindowProxy IHostService.RootBrowserWindowProxy 185IntPtr IHostService.HostWindowHandle