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