2 writes to _activeComponent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (2)
489_activeComponent = null; 519_activeComponent = _components[dwLocalComponentID];
5 references to _activeComponent
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (5)
296if (_activeComponent != null) return _activeComponent; 339if (_activeComponent != null) { 340_activeComponent.OnLoseActivation(); 612ppic[0] = _activeComponent;