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