1 write to integralHeightCheckBox1
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
50
this.
integralHeightCheckBox1
= new System.Windows.Forms.CheckBox();
13 references to integralHeightCheckBox1
WinFormsControlsTest (13)
ComboBoxesWithScrollBars.cs (4)
36
integralHeightCheckBox1
.Checked = comboBox1.IntegralHeight;
52
integralHeightCheckBox1
.Checked = false;
63
integralHeightCheckBox1
.CheckedChanged += (s, e) => comboBox1.IntegralHeight =
integralHeightCheckBox1
.Checked;
ComboBoxesWithScrollBars.Designer.cs (9)
251
this.changeIntegralHeightGroupBox3.Controls.Add(this.
integralHeightCheckBox1
);
265
this.
integralHeightCheckBox1
.AutoSize = true;
266
this.
integralHeightCheckBox1
.Location = new System.Drawing.Point(23, 33);
267
this.
integralHeightCheckBox1
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
268
this.
integralHeightCheckBox1
.Name = "integralHeightCheckBox1";
269
this.
integralHeightCheckBox1
.Size = new System.Drawing.Size(102, 19);
270
this.
integralHeightCheckBox1
.TabIndex = 0;
271
this.
integralHeightCheckBox1
.Text = "IntegralHeight";
272
this.
integralHeightCheckBox1
.UseVisualStyleBackColor = true;