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