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)
1610if (_hostControl != null) 1617topMostParent = _hostControl; 1625if (topMostParent.SelectNextControl(_hostControl, true, true, true, shouldWrap)) 1639Control currentControl = _hostControl; 1640Control parentControl = _hostControl.Parent; 1691return (_hostControl.HwndSource as IKeyboardInputSink);