2 writes to _hostControl
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1486_hostControl = hostControl; 1494_hostControl = null;
6 references to _hostControl
WindowsFormsIntegration (6)
System\Windows\Integration\ElementHost.cs (6)
1605if (_hostControl != null) 1612topMostParent = _hostControl; 1620if (topMostParent.SelectNextControl(_hostControl, true, true, true, shouldWrap)) 1634Control currentControl = _hostControl; 1635Control parentControl = _hostControl.Parent; 1686return (_hostControl.HwndSource as IKeyboardInputSink);