5 usages of Guid 5EFC7975-14BC-11CF-9B2B-00AA00573819
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\VSConstants.cs (1)
21[Guid("5EFC7975-14BC-11CF-9B2B-00AA00573819")]
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\StandardCommands.cs (1)
1345internal static readonly Guid VSStandardCommandSet97 = new Guid("{5efc7975-14bc-11cf-9b2b-00aa00573819}");
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DesignerActionKeyboardBehavior.cs (1)
13private static readonly Guid s_vSStandardCommandSet97 = new("{5efc7975-14bc-11cf-9b2b-00aa00573819}");
System\Windows\Forms\Design\MenuCommands.cs (1)
64private static readonly Guid s_vsStandardCommandSet97 = new("{5efc7975-14bc-11cf-9b2b-00aa00573819}");
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\MenuCommandsTests.cs (1)
24yield return new object[] { MenuCommands.EditLabel, new CommandID(new Guid("5efc7975-14bc-11cf-9b2b-00aa00573819"), 338) };