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