1 write to _hostContainerInternal
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
59
this.
_hostContainerInternal
= new WinFormsAdapter(this);
6 references to _hostContainerInternal
WindowsFormsIntegration (6)
System\Windows\Integration\WindowsFormsHost.cs (6)
129
_hostContainerInternal
.HandleChildActivate();
313
return
_hostContainerInternal
.Child;
332
_hostContainerInternal
.Child = value;
373
return
_hostContainerInternal
;
541
if (
_hostContainerInternal
!= null)
549
_hostContainerInternal
.Dispose();