2 writes to _hostControl
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1489_hostControl = hostControl; 1497_hostControl = null;
6 references to _hostControl
WindowsFormsIntegration (6)
System\Windows\Integration\ElementHost.cs (6)
1608if (_hostControl != null) 1615topMostParent = _hostControl; 1623if (topMostParent.SelectNextControl(_hostControl, true, true, true, shouldWrap)) 1637Control currentControl = _hostControl; 1638Control parentControl = _hostControl.Parent; 1689return (_hostControl.HwndSource as IKeyboardInputSink);