1 write to ParentHandle
PresentationFramework (1)
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
170this.ParentHandle = hwndParent;
6 references to ParentHandle
PresentationFramework (6)
src\Framework\MS\Internal\Controls\ActiveXContainer.cs (1)
122return _host.ParentHandle.Handle;
src\Framework\MS\Internal\Controls\ActiveXSite.cs (2)
239return this.Host.ParentHandle.Handle; 301lpFrameInfo.hwndFrame = this.Host.ParentHandle.Handle;
src\Framework\System\Windows\Interop\ActiveXHost.cs (3)
564this.ParentHandle.Handle, 586if (this.ParentHandle.Handle != IntPtr.Zero) 588UnsafeNativeMethods.SetParent(_axWindow, this.ParentHandle);