4 usages of Guid {5efc7975-14bc-11cf-9b2b-00aa00573819}
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\StandardCommands.cs (1)
1345
internal static readonly Guid VSStandardCommandSet97 = new Guid("
{5efc7975-14bc-11cf-9b2b-00aa00573819}
");
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DesignerActionKeyboardBehavior.cs (1)
13
private static readonly Guid s_vSStandardCommandSet97 = new("
{5efc7975-14bc-11cf-9b2b-00aa00573819}
");
System\Windows\Forms\Design\MenuCommands.cs (1)
64
private static readonly Guid s_vsStandardCommandSet97 = new("
{5efc7975-14bc-11cf-9b2b-00aa00573819}
");
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\MenuCommandsTests.cs (1)
22
yield return new object[] { MenuCommands.EditLabel, new CommandID(new Guid("
5efc7975-14bc-11cf-9b2b-00aa00573819
"), 338) };