8 references to HostContainerInternal
WindowsFormsIntegration (8)
System\Windows\Integration\ApplicationInterop.cs (1)
156if (wfh.HostContainerInternal.PreProcessMessage(ref m, false))
System\Windows\Integration\WindowsFormsHost.cs (6)
285if (HostContainerInternal.BackgroundImage != null) 438return HostContainerInternal.FocusNext(request); 491UnsafeNativeMethods.SetParent(/* child = */ HostContainerInternal.Handle, /* parent = */ _hwndParent.Handle); 492return new HandleRef(HostContainerInternal, HostContainerInternal.Handle); 505HostContainerInternal?.Dispose();
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (1)
316return windowsFormsHost.HostContainerInternal;