1 write to toolStripDropDownButton1
Accessibility_Core_App (1)
ToolStripContainer.Designer.cs (1)
51this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
8 references to toolStripDropDownButton1
Accessibility_Core_App (8)
ToolStripContainer.Designer.cs (8)
275this.toolStripDropDownButton1, 290this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 291this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 293this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image"))); 294this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta; 295this.toolStripDropDownButton1.Name = "toolStripDropDownButton1"; 296this.toolStripDropDownButton1.Size = new System.Drawing.Size(45, 36); 297this.toolStripDropDownButton1.Text = "toolStripDropDownButton1";