1 write to _hwndParent
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
496
_hwndParent
= hwndParent;
1 reference to _hwndParent
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
501
UnsafeNativeMethods.SetParent(/* child = */ HostContainerInternal.Handle, /* parent = */
_hwndParent
.Handle);