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