1 write to ParentHandle
PresentationFramework (1)
System\Windows\Interop\ActiveXHost.cs (1)
138this.ParentHandle = hwndParent;
6 references to ParentHandle
PresentationFramework (6)
MS\Internal\Controls\ActiveXContainer.cs (1)
97return _host.ParentHandle.Handle;
MS\Internal\Controls\ActiveXSite.cs (2)
209return this.Host.ParentHandle.Handle; 263lpFrameInfo.hwndFrame = this.Host.ParentHandle.Handle;
System\Windows\Interop\ActiveXHost.cs (3)
505this.ParentHandle.Handle, 523if (this.ParentHandle.Handle != IntPtr.Zero) 525UnsafeNativeMethods.SetParent(_axWindow, this.ParentHandle);