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)
1620if (_hostControl != null) 1627topMostParent = _hostControl; 1635if (topMostParent.SelectNextControl(_hostControl, true, true, true, shouldWrap)) 1649Control currentControl = _hostControl; 1650Control parentControl = _hostControl.Parent; 1701return (_hostControl.HwndSource as IKeyboardInputSink);