3 references to ToolStripItemCollectionEditorVerb
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\CollectionEditVerbManager.cs (1)
42text ??= SR.ToolStripItemCollectionEditorVerb;
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1471new EditorServiceContext(this, TypeDescriptor.GetProperties(Component)[nameof(Items)], SR.ToolStripItemCollectionEditorVerb);
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
408new EditorServiceContext(this, TypeDescriptor.GetProperties(Component)["Items"], SR.ToolStripItemCollectionEditorVerb);