1 write to ToolStripMenuItemCopy
DesignSurface (1)
MainForm.Designer.cs (1)
47this.ToolStripMenuItemCopy = new System.Windows.Forms.ToolStripMenuItem();
8 references to ToolStripMenuItemCopy
DesignSurface (8)
MainForm.Designer.cs (8)
179this.ToolStripMenuItemCopy, 221this.ToolStripMenuItemCopy.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripMenuItemCopy.Image"))); 222this.ToolStripMenuItemCopy.ImageTransparentColor = System.Drawing.Color.Magenta; 223this.ToolStripMenuItemCopy.Name = "ToolStripMenuItemCopy"; 224this.ToolStripMenuItemCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); 225this.ToolStripMenuItemCopy.Size = new System.Drawing.Size(165, 24); 226this.ToolStripMenuItemCopy.Text = "Copy"; 227this.ToolStripMenuItemCopy.Click += this.OnMenuClick;