3 references to Reset
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
5202
MenuCommand? reset = menuCommandService.FindCommand(PropertyGridCommands.
Reset
);
System.Windows.Forms.Tests (2)
System\Windows\Forms\PropertyGridCommandsTests.cs (2)
15
PropertyGridCommands.
Reset
.Guid.Should().Be(expectedGuid);
16
PropertyGridCommands.
Reset
.ID.Should().Be(0x3000);