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