3 usages of Guid {5a51cf82-7619-4a5d-b054-47f438425aa7}
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridCommands.cs (1)
24
protected static readonly Guid wfcMenuCommand = new("
{5a51cf82-7619-4a5d-b054-47f438425aa7}
");
System.Windows.Forms.Tests (2)
System\Windows\Forms\PropertyGridCommandsTests.cs (2)
13
Guid expectedGuid = new("
5a51cf82-7619-4a5d-b054-47f438425aa7
");
43
tests.Should().Be(new Guid("
5a51cf82-7619-4a5d-b054-47f438425aa7
"));