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)
144if (result && _componentManager is not Application.ComponentManager) 209if (activate && ComponentManager is { } manager && manager is not Application.ComponentManager) 218if (_trackingComponent != track && ComponentManager is { } manager && manager is not Application.ComponentManager) 257if ((!fullModal && reason != msoloop.DoEventsModal) || ComponentManager is ComponentManager) 470if (_messageLoopCount > 0 && ComponentManager is not Application.ComponentManager)