2 writes to _hostControl
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1491
_hostControl
= hostControl;
1499
_hostControl
= null;
6 references to _hostControl
WindowsFormsIntegration (6)
System\Windows\Integration\ElementHost.cs (6)
1610
if (
_hostControl
!= null)
1617
topMostParent =
_hostControl
;
1625
if (topMostParent.SelectNextControl(
_hostControl
, true, true, true, shouldWrap))
1639
Control currentControl =
_hostControl
;
1640
Control parentControl =
_hostControl
.Parent;
1691
return (
_hostControl
.HwndSource as IKeyboardInputSink);