1 write to ToolStripMenuItemPaste
DesignSurface (1)
MainForm.Designer.cs (1)
48this.ToolStripMenuItemPaste = new System.Windows.Forms.ToolStripMenuItem();
8 references to ToolStripMenuItemPaste
DesignSurface (8)
MainForm.Designer.cs (8)
180this.ToolStripMenuItemPaste, 231this.ToolStripMenuItemPaste.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripMenuItemPaste.Image"))); 232this.ToolStripMenuItemPaste.ImageTransparentColor = System.Drawing.Color.Magenta; 233this.ToolStripMenuItemPaste.Name = "ToolStripMenuItemPaste"; 234this.ToolStripMenuItemPaste.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); 235this.ToolStripMenuItemPaste.Size = new System.Drawing.Size(165, 24); 236this.ToolStripMenuItemPaste.Text = "Paste"; 237this.ToolStripMenuItemPaste.Click += this.OnMenuClick;