2 writes to _hostContainerInternal
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
66this._hostContainerInternal = new AvalonAdapter(this); 830_hostContainerInternal = null;
7 references to _hostContainerInternal
WindowsFormsIntegration (7)
System\Windows\Integration\ElementHost.cs (7)
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; 829_hostContainerInternal?.Dispose();