1 write to toolStrip1
WinFormsControlsTest (1)
ToolStripTests.Designer.cs (1)
34
this.
toolStrip1
= new System.Windows.Forms.ToolStrip();
13 references to toolStrip1
WinFormsControlsTest (13)
ToolStripTests.cs (2)
15
toolStrip1
.Items.Add(new ToolStripControlHost(new RadioButton() { Text = "RadioButton" })); // RadioButton supports UIA
16
toolStrip1
.Items.Add(new ToolStripControlHost(new HScrollBar() { Value = 30 })); // HScrollBar doesn't support UIA
ToolStripTests.Designer.cs (11)
77
this.
toolStrip1
.SuspendLayout();
83
this.
toolStrip1
.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
88
this.
toolStrip1
.Location = new System.Drawing.Point(0, 0);
89
this.
toolStrip1
.Name = "toolStrip1";
90
this.
toolStrip1
.Size = new System.Drawing.Size(481, 22);
91
this.
toolStrip1
.TabIndex = 0;
92
this.
toolStrip1
.Text = "toolStrip1";
93
this.
toolStrip1
.TabStop = true;
443
this.Controls.Add(this.
toolStrip1
);
446
this.
toolStrip1
.ResumeLayout(false);
447
this.
toolStrip1
.PerformLayout();