2 writes to _hostContainerInternal
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
66this._hostContainerInternal = new AvalonAdapter(this); 832_hostContainerInternal = null;
8 references to _hostContainerInternal
WindowsFormsIntegration (8)
System\Windows\Integration\ElementHost.cs (8)
68_decorator.Child = this._hostContainerInternal; 353return _hostContainerInternal; 460_hostContainerInternal?.ProcessingTabKeyFromElementHost = (keyData & SWF.Keys.Tab) == SWF.Keys.Tab; 465if (_hostContainerInternal != null && _hostContainerInternal.ProcessingTabKeyFromElementHost) { 466_hostContainerInternal.ProcessingTabKeyFromElementHost = false; 829if (_hostContainerInternal != null) 831_hostContainerInternal.Dispose();