9 references to HostContainerInternal
WindowsFormsIntegration (9)
System\Windows\Integration\ApplicationInterop.cs (1)
159if (wfh.HostContainerInternal.PreProcessMessage(ref m, false))
System\Windows\Integration\WindowsFormsHost.cs (7)
291if (HostContainerInternal.BackgroundImage != null) 447return HostContainerInternal.FocusNext(request); 503UnsafeNativeMethods.SetParent(/* child = */ HostContainerInternal.Handle, /* parent = */ _hwndParent.Handle); 504return new HandleRef(HostContainerInternal, HostContainerInternal.Handle); 517if (HostContainerInternal != null) 519HostContainerInternal.Dispose();
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (1)
318return windowsFormsHost.HostContainerInternal;