2 writes to _hostContainerInternal
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
66
this.
_hostContainerInternal
= new AvalonAdapter(this);
834
_hostContainerInternal
= null;
9 references to _hostContainerInternal
WindowsFormsIntegration (9)
System\Windows\Integration\ElementHost.cs (9)
68
_decorator.Child = this.
_hostContainerInternal
;
353
return
_hostContainerInternal
;
460
if (
_hostContainerInternal
!= null) {
461
_hostContainerInternal
.ProcessingTabKeyFromElementHost = (keyData & SWF.Keys.Tab) == SWF.Keys.Tab;
467
if (
_hostContainerInternal
!= null &&
_hostContainerInternal
.ProcessingTabKeyFromElementHost) {
468
_hostContainerInternal
.ProcessingTabKeyFromElementHost = false;
831
if (
_hostContainerInternal
!= null)
833
_hostContainerInternal
.Dispose();