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