6 references to ToolStripAddingItem
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\TemplateNodeCustomMenuItemCollection.cs (1)
69DesignerTransaction newItemTransaction = designerHost.CreateTransaction(SR.ToolStripAddingItem);
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
530DesignerTransaction outerTransaction = _host.CreateTransaction(string.Format(SR.ToolStripAddingItem, t.Name));
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (4)
386DesignerTransaction newItemTransaction = designerHost.CreateTransaction(SR.ToolStripAddingItem); 437DesignerTransaction newItemTransaction = designerHost.CreateTransaction(SR.ToolStripAddingItem); 476DesignerTransaction newItemTransaction = designerHost.CreateTransaction(SR.ToolStripAddingItem); 516DesignerTransaction newItemTransaction = designerHost.CreateTransaction(SR.ToolStripAddingItem);