1 write to ParentHandle
PresentationFramework (1)
System\Windows\Interop\ActiveXHost.cs (1)
153this.ParentHandle = hwndParent;
6 references to ParentHandle
PresentationFramework (6)
MS\Internal\Controls\ActiveXContainer.cs (1)
105return _host.ParentHandle.Handle;
MS\Internal\Controls\ActiveXSite.cs (2)
218return this.Host.ParentHandle.Handle; 272lpFrameInfo.hwndFrame = this.Host.ParentHandle.Handle;
System\Windows\Interop\ActiveXHost.cs (3)
520this.ParentHandle.Handle, 538if (this.ParentHandle.Handle != IntPtr.Zero) 540UnsafeNativeMethods.SetParent(_axWindow, this.ParentHandle);