2 writes to _hostContainerInternal
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
67this._hostContainerInternal = new AvalonAdapter(this); 835_hostContainerInternal = null;
9 references to _hostContainerInternal
WindowsFormsIntegration (9)
System\Windows\Integration\ElementHost.cs (9)
69_decorator.Child = this._hostContainerInternal; 354return _hostContainerInternal; 461if (_hostContainerInternal != null) { 462_hostContainerInternal.ProcessingTabKeyFromElementHost = (keyData & SWF.Keys.Tab) == SWF.Keys.Tab; 468if (_hostContainerInternal != null && _hostContainerInternal.ProcessingTabKeyFromElementHost) { 469_hostContainerInternal.ProcessingTabKeyFromElementHost = false; 832if (_hostContainerInternal != null) 834_hostContainerInternal.Dispose();