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) 431return HostContainerInternal.FocusNext(request); 484UnsafeNativeMethods.SetParent(/* child = */ HostContainerInternal.Handle, /* parent = */ _hwndParent.Handle); 485return new HandleRef(HostContainerInternal, HostContainerInternal.Handle); 498HostContainerInternal?.Dispose();
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (1)
313return windowsFormsHost.HostContainerInternal;