4 usages of 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)
22yield return new object[] { MenuCommands.EditLabel, new CommandID(new Guid("5efc7975-14bc-11cf-9b2b-00aa00573819"), 338) };