3 writes to _componentManager
System.Windows.Forms (3)
System\Windows\Forms\Application.ComponentThreadContext.cs (3)
68_componentManager = GetExternalComponentManager(); 75_componentManager = new ComponentManager(); 333_componentManager = null;
9 references to _componentManager
System.Windows.Forms (9)
System\Windows\Forms\Application.ComponentThreadContext.cs (9)
50if (_componentManager is not null || _fetchingComponentManager) 52return _componentManager; 69if (_componentManager is not null) 85return _componentManager; 140bool result = _componentManager.FRegisterComponent(ComHelpers.GetComPointer<IMsoComponent>(this), &info, &id); 144if (result && _componentManager is not Application.ComponentManager) 175if (disposing && _componentManager is not null) 275if (_componentManager is not null) 329if (_componentManager is { } manager && _componentID != s_invalidId)