1 implementation of HostWindowHandle
PresentationFramework (1)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
185IntPtr IHostService.HostWindowHandle
2 references to HostWindowHandle
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (2)
222Invariant.Assert(ihs.HostWindowHandle != IntPtr.Zero, "IHostService.HostWindowHandle in RootBrowserWindow cannot be null"); 230this.OwnerHandle = ihs.HostWindowHandle;