1 write to _hostContainerInternal
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
57
this.
_hostContainerInternal
= new WinFormsAdapter(this);
6 references to _hostContainerInternal
WindowsFormsIntegration (6)
System\Windows\Integration\WindowsFormsHost.cs (6)
127
_hostContainerInternal
.HandleChildActivate();
311
return
_hostContainerInternal
.Child;
328
_hostContainerInternal
.Child = value;
368
return
_hostContainerInternal
;
536
if (
_hostContainerInternal
!= null)
544
_hostContainerInternal
.Dispose();