1 write to copyToolStripButton
Accessibility_Core_App (1)
ToolStripContainer.Designer.cs (1)
45this.copyToolStripButton = new System.Windows.Forms.ToolStripButton();
7 references to copyToolStripButton
Accessibility_Core_App (7)
ToolStripContainer.Designer.cs (7)
131this.copyToolStripButton, 228this.copyToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 229this.copyToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripButton.Image"))); 230this.copyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; 231this.copyToolStripButton.Name = "copyToolStripButton"; 232this.copyToolStripButton.Size = new System.Drawing.Size(36, 36); 233this.copyToolStripButton.Text = "&Copy";