1 write to component
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentManager.cs (1)
74component
10 references to component
System.Windows.Forms (10)
System\Windows\Forms\Application.ComponentManager.cs (10)
98if (entry.component == _activeComponent) 103if (entry.component == _trackingComponent) 134_activeComponent = entry.component; 141|| !((entry.component == _trackingComponent) ^ fTrack)) 146_trackingComponent = fTrack ? entry.component : null; 166using var component = entry.component.GetInterface(); 186using var component = entry.component.GetInterface(); 223AgileComPointer<IMsoComponent>? requestingComponent = entry.component; 278using var idleComponent = idleEntry.component.GetInterface(); 380if (entry.component == component)