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) 445return HostContainerInternal.FocusNext(request); 501UnsafeNativeMethods.SetParent(/* child = */ HostContainerInternal.Handle, /* parent = */ _hwndParent.Handle); 502return new HandleRef(HostContainerInternal, HostContainerInternal.Handle); 515if (HostContainerInternal != null) 517HostContainerInternal.Dispose();
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (1)
317return windowsFormsHost.HostContainerInternal;