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