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