5 references to Mine
System.Windows.Forms (2)
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.Primitives (1)
Microsoft\Office\IMsoComponentManager.cs (1)
378/// <paramref name="uContext"/> is <see cref="msoccontext.Mine"/>, the only component
System.Windows.Forms.Tests (2)
System\Windows\Forms\Application.ComponentManagerTests.cs (2)
199manager.OnComponentEnterState(default, msocstate.Modal, msoccontext.Mine, 0, null, 0); 230manager.FOnComponentExitState(default, msocstate.Modal, msoccontext.Mine, 0, null);