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