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