2 writes to _hostControl
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1492
_hostControl
= hostControl;
1500
_hostControl
= null;
6 references to _hostControl
WindowsFormsIntegration (6)
System\Windows\Integration\ElementHost.cs (6)
1611
if (
_hostControl
!= null)
1618
topMostParent =
_hostControl
;
1626
if (topMostParent.SelectNextControl(
_hostControl
, true, true, true, shouldWrap))
1640
Control currentControl =
_hostControl
;
1641
Control parentControl =
_hostControl
.Parent;
1692
return (
_hostControl
.HwndSource as IKeyboardInputSink);