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)
1611if (_hostControl != null) 1618topMostParent = _hostControl; 1626if (topMostParent.SelectNextControl(_hostControl, true, true, true, shouldWrap)) 1640Control currentControl = _hostControl; 1641Control parentControl = _hostControl.Parent; 1692return (_hostControl.HwndSource as IKeyboardInputSink);