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