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