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