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