1 write to ToolStripMenuItemDelete
DesignSurface (1)
MainForm.Designer.cs (1)
51this.ToolStripMenuItemDelete = new System.Windows.Forms.ToolStripMenuItem();
6 references to ToolStripMenuItemDelete
DesignSurface (6)
MainForm.Designer.cs (6)
183this.ToolStripMenuItemDelete, 243this.ToolStripMenuItemDelete.Name = "ToolStripMenuItemDelete"; 244this.ToolStripMenuItemDelete.ShortcutKeys = System.Windows.Forms.Keys.Delete; 245this.ToolStripMenuItemDelete.Size = new System.Drawing.Size(165, 24); 246this.ToolStripMenuItemDelete.Text = "Delete"; 247this.ToolStripMenuItemDelete.Click += this.OnMenuClick;