2 writes to _hostContainerInternal
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
70this._hostContainerInternal = new AvalonAdapter(this); 838_hostContainerInternal = null;
9 references to _hostContainerInternal
WindowsFormsIntegration (9)
System\Windows\Integration\ElementHost.cs (9)
72_decorator.Child = this._hostContainerInternal; 358return _hostContainerInternal; 468if (_hostContainerInternal != null) { 469_hostContainerInternal.ProcessingTabKeyFromElementHost = (keyData & SWF.Keys.Tab) == SWF.Keys.Tab; 475if (_hostContainerInternal != null && _hostContainerInternal.ProcessingTabKeyFromElementHost) { 476_hostContainerInternal.ProcessingTabKeyFromElementHost = false; 835if (_hostContainerInternal != null) 837_hostContainerInternal.Dispose();