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