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)
501UnsafeNativeMethods.SetParent(/* child = */ HostContainerInternal.Handle, /* parent = */ _hwndParent.Handle);