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