1 instantiation of ComponentManager
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
75
_componentManager = new
ComponentManager
();
5 references to ComponentManager
System.Windows.Forms (5)
System\Windows\Forms\Application.ComponentThreadContext.cs (5)
144
if (result && _componentManager is not Application.
ComponentManager
)
209
if (activate && ComponentManager is { } manager && manager is not Application.
ComponentManager
)
218
if (_trackingComponent != track && ComponentManager is { } manager && manager is not Application.
ComponentManager
)
257
if ((!fullModal && reason != msoloop.DoEventsModal) || ComponentManager is
ComponentManager
)
470
if (_messageLoopCount > 0 && ComponentManager is not Application.
ComponentManager
)