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