8 references to HostContainerInternal
WindowsFormsIntegration (8)
System\Windows\Integration\ApplicationInterop.cs (1)
156
if (wfh.
HostContainerInternal
.PreProcessMessage(ref m, false))
System\Windows\Integration\WindowsFormsHost.cs (6)
285
if (
HostContainerInternal
.BackgroundImage != null)
438
return
HostContainerInternal
.FocusNext(request);
491
UnsafeNativeMethods.SetParent(/* child = */
HostContainerInternal
.Handle, /* parent = */ _hwndParent.Handle);
492
return new HandleRef(
HostContainerInternal
,
HostContainerInternal
.Handle);
505
HostContainerInternal
?.Dispose();
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (1)
316
return windowsFormsHost.
HostContainerInternal
;