1 write to newToolStripButton
Accessibility_Core_App (1)
ToolStripContainer.Designer.cs (1)
39this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
7 references to newToolStripButton
Accessibility_Core_App (7)
ToolStripContainer.Designer.cs (7)
125this.newToolStripButton, 178this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 179this.newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image"))); 180this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; 181this.newToolStripButton.Name = "newToolStripButton"; 182this.newToolStripButton.Size = new System.Drawing.Size(36, 36); 183this.newToolStripButton.Text = "&New";