1 write to ParentHandle
PresentationFramework (1)
System\Windows\Interop\ActiveXHost.cs (1)
143this.ParentHandle = hwndParent;
6 references to ParentHandle
PresentationFramework (6)
MS\Internal\Controls\ActiveXContainer.cs (1)
98return _host.ParentHandle.Handle;
MS\Internal\Controls\ActiveXSite.cs (2)
210return this.Host.ParentHandle.Handle; 264lpFrameInfo.hwndFrame = this.Host.ParentHandle.Handle;
System\Windows\Interop\ActiveXHost.cs (3)
510this.ParentHandle.Handle, 528if (this.ParentHandle.Handle != IntPtr.Zero) 530UnsafeNativeMethods.SetParent(_axWindow, this.ParentHandle);