6 references to All
System.Windows.Forms (4)
System\Windows\Forms\Application.ComponentManager.cs (2)
161if (uContext is msoccontext.All or msoccontext.Mine) 181if (uContext is msoccontext.All or msoccontext.Mine)
System\Windows\Forms\Application.ComponentThreadContext.cs (2)
162ComponentManager?.OnComponentEnterState(_componentID, msocstate.Modal, msoccontext.All, 0, null, 0); 198cm?.FOnComponentExitState(_componentID, msocstate.Modal, msoccontext.All, 0, null);
System.Windows.Forms.Tests (2)
System\Windows\Forms\Application.ComponentManagerTests.cs (2)
196manager.OnComponentEnterState(default, msocstate.Modal, msoccontext.All, 0, null, 0); 227manager.FOnComponentExitState(default, msocstate.Modal, msoccontext.All, 0, null);