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