4 writes to _activeComponent
System.Windows.Forms (4)
System\Windows\Forms\Application.ComponentManager.cs (4)
100DisposeHelper.NullAndDispose(ref _activeComponent); 134_activeComponent = entry.component; 224_activeComponent = requestingComponent; 320_activeComponent = prevActive;
5 references to _activeComponent
System.Windows.Forms (5)
System\Windows\Forms\Application.ComponentManager.cs (5)
98if (entry.component == _activeComponent) 218AgileComPointer<IMsoComponent>? prevActive = _activeComponent; 229using var component = (_trackingComponent ?? _activeComponent ?? requestingComponent).GetInterface(); 360msogac.Active => _activeComponent, 362msogac.TrackingOrActive => _trackingComponent ?? _activeComponent,