2 instantiations of PropertyGridCommands
System.Windows.Forms.Tests (2)
System\Windows\Forms\PropertyGridCommandsTests.cs (2)
31
PropertyGridCommands propertyGridCommands =
new
();
40
PropertyGridCommands propertyGridCommands =
new
();
11 references to PropertyGridCommands
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
5202
MenuCommand? reset = menuCommandService.FindCommand(
PropertyGridCommands
.Reset);
System.Windows.Forms.Tests (10)
System\Windows\Forms\PropertyGridCommandsTests.cs (10)
15
PropertyGridCommands
.Reset.Guid.Should().Be(expectedGuid);
16
PropertyGridCommands
.Reset.ID.Should().Be(0x3000);
18
PropertyGridCommands
.Description.Guid.Should().Be(expectedGuid);
19
PropertyGridCommands
.Description.ID.Should().Be(0x3001);
21
PropertyGridCommands
.Hide.Guid.Should().Be(expectedGuid);
22
PropertyGridCommands
.Hide.ID.Should().Be(0x3002);
24
PropertyGridCommands
.Commands.Guid.Should().Be(expectedGuid);
25
PropertyGridCommands
.Commands.ID.Should().Be(0x3010);
31
PropertyGridCommands
propertyGridCommands = new();
40
PropertyGridCommands
propertyGridCommands = new();