2 writes to _hostContainerInternal
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
66
this.
_hostContainerInternal
= new AvalonAdapter(this);
832
_hostContainerInternal
= null;
8 references to _hostContainerInternal
WindowsFormsIntegration (8)
System\Windows\Integration\ElementHost.cs (8)
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
if (
_hostContainerInternal
!= null)
831
_hostContainerInternal
.Dispose();