1 write to _hostContainerInternal
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
56
this.
_hostContainerInternal
= new WinFormsAdapter(this);
6 references to _hostContainerInternal
WindowsFormsIntegration (6)
System\Windows\Integration\WindowsFormsHost.cs (6)
126
_hostContainerInternal
.HandleChildActivate();
307
return
_hostContainerInternal
.Child;
324
_hostContainerInternal
.Child = value;
364
return
_hostContainerInternal
;
526
if (
_hostContainerInternal
!= null)
531
_hostContainerInternal
.Dispose();