6 references to EditItemsVerb
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (1)
228
_verbManager?.
EditItemsVerb
.Invoke();
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\CollectionEditVerbManagerTests.cs (5)
29
editor.
EditItemsVerb
.Text.Should().Be(expected);
30
editor.
EditItemsVerb
.Enabled.Should().BeTrue();
31
editor.
EditItemsVerb
.Supported.Should().BeTrue();
32
editor.
EditItemsVerb
.Visible.Should().BeTrue();
33
editor.
EditItemsVerb
.CommandID.Should().Be(new CommandID(new Guid("74d21313-2aee-11d1-8bfb-00a0c90f26f7"), 8192));