9 references to HostContainerInternal
WindowsFormsIntegration (9)
System\Windows\Integration\ApplicationInterop.cs (1)
157if (wfh.HostContainerInternal.PreProcessMessage(ref m, false))
System\Windows\Integration\WindowsFormsHost.cs (7)
289if (HostContainerInternal.BackgroundImage != null) 442return HostContainerInternal.FocusNext(request); 498UnsafeNativeMethods.SetParent(/* child = */ HostContainerInternal.Handle, /* parent = */ _hwndParent.Handle); 499return new HandleRef(HostContainerInternal, HostContainerInternal.Handle); 512if (HostContainerInternal != null) 514HostContainerInternal.Dispose();
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (1)
317return windowsFormsHost.HostContainerInternal;