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; 357return _hostContainerInternal; 519if (_hostContainerInternal != null) 524_hostContainerInternal.Dispose();