1 write to ToolStripMenuItemCut
DesignSurface (1)
MainForm.Designer.cs (1)
48this.ToolStripMenuItemCut = new System.Windows.Forms.ToolStripMenuItem();
8 references to ToolStripMenuItemCut
DesignSurface (8)
MainForm.Designer.cs (8)
180this.ToolStripMenuItemCut, 213this.ToolStripMenuItemCut.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripMenuItemCut.Image"))); 214this.ToolStripMenuItemCut.ImageTransparentColor = System.Drawing.Color.Magenta; 215this.ToolStripMenuItemCut.Name = "ToolStripMenuItemCut"; 216this.ToolStripMenuItemCut.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); 217this.ToolStripMenuItemCut.Size = new System.Drawing.Size(165, 24); 218this.ToolStripMenuItemCut.Text = "Cut"; 219this.ToolStripMenuItemCut.Click += this.OnMenuClick;