25 references to msoccontext
System.Windows.Forms (8)
System\Windows\Forms\Application.ComponentManager.cs (6)
154msoccontext uContext, 161if (uContext is msoccontext.All or msoccontext.Mine) 175msoccontext uContext, 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.Primitives (11)
Microsoft\Office\IMsoComponentManager.cs (9)
113/// <inheritdoc cref="Interface.OnComponentEnterState(nuint, msocstate, msoccontext, uint, IMsoComponentManager**, uint)"/> 117msoccontext uContext, 123((delegate* unmanaged[Stdcall]<IMsoComponentManager*, nuint, msocstate, msoccontext, uint, IMsoComponentManager**, uint, void>)_lpVtbl[10]) 127/// <inheritdoc cref="Interface.FOnComponentExitState(nuint, msocstate, msoccontext, uint, IMsoComponentManager**)"/> 131msoccontext uContext, 136return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, nuint, msocstate, msoccontext, uint, IMsoComponentManager**, BOOL>)_lpVtbl[11]) 378/// <paramref name="uContext"/> is <see cref="msoccontext.Mine"/>, the only component 387msoccontext uContext, 429msoccontext uContext,
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (2)
67msoccontext uContext, 79msoccontext uContext,
System.Windows.Forms.Tests (6)
System\Windows\Forms\Application.ComponentManagerTests.cs (6)
193manager.OnComponentEnterState(default, msocstate.Modal, msoccontext.Others, 0, null, 0); 196manager.OnComponentEnterState(default, msocstate.Modal, msoccontext.All, 0, null, 0); 199manager.OnComponentEnterState(default, msocstate.Modal, msoccontext.Mine, 0, null, 0); 224manager.FOnComponentExitState(default, msocstate.Modal, msoccontext.Others, 0, null); 227manager.FOnComponentExitState(default, msocstate.Modal, msoccontext.All, 0, null); 230manager.FOnComponentExitState(default, msocstate.Modal, msoccontext.Mine, 0, null);