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