2 writes to _hostControl
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1489
_hostControl
= hostControl;
1497
_hostControl
= null;
6 references to _hostControl
WindowsFormsIntegration (6)
System\Windows\Integration\ElementHost.cs (6)
1608
if (
_hostControl
!= null)
1615
topMostParent =
_hostControl
;
1623
if (topMostParent.SelectNextControl(
_hostControl
, true, true, true, shouldWrap))
1637
Control currentControl =
_hostControl
;
1638
Control parentControl =
_hostControl
.Parent;
1689
return (
_hostControl
.HwndSource as IKeyboardInputSink);