2 writes to _hostContainerInternal
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
66this._hostContainerInternal = new AvalonAdapter(this); 834_hostContainerInternal = null;
9 references to _hostContainerInternal
WindowsFormsIntegration (9)
System\Windows\Integration\ElementHost.cs (9)
68_decorator.Child = this._hostContainerInternal; 353return _hostContainerInternal; 460if (_hostContainerInternal != null) { 461_hostContainerInternal.ProcessingTabKeyFromElementHost = (keyData & SWF.Keys.Tab) == SWF.Keys.Tab; 467if (_hostContainerInternal != null && _hostContainerInternal.ProcessingTabKeyFromElementHost) { 468_hostContainerInternal.ProcessingTabKeyFromElementHost = false; 831if (_hostContainerInternal != null) 833_hostContainerInternal.Dispose();