2 writes to _hostControl
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1501
_hostControl
= hostControl;
1509
_hostControl
= null;
6 references to _hostControl
WindowsFormsIntegration (6)
System\Windows\Integration\ElementHost.cs (6)
1620
if (
_hostControl
!= null)
1627
topMostParent =
_hostControl
;
1635
if (topMostParent.SelectNextControl(
_hostControl
, true, true, true, shouldWrap))
1649
Control currentControl =
_hostControl
;
1650
Control parentControl =
_hostControl
.Parent;
1701
return (
_hostControl
.HwndSource as IKeyboardInputSink);