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)
29editor.EditItemsVerb.Text.Should().Be(expected); 30editor.EditItemsVerb.Enabled.Should().BeTrue(); 31editor.EditItemsVerb.Supported.Should().BeTrue(); 32editor.EditItemsVerb.Visible.Should().BeTrue(); 33editor.EditItemsVerb.CommandID.Should().Be(new CommandID(new Guid("74d21313-2aee-11d1-8bfb-00a0c90f26f7"), 8192));