1 write to integralHeightCheckBox2
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
51
this.
integralHeightCheckBox2
= new System.Windows.Forms.CheckBox();
12 references to integralHeightCheckBox2
WinFormsControlsTest (12)
ComboBoxesWithScrollBars.cs (3)
37
integralHeightCheckBox2
.Checked = comboBox2.IntegralHeight;
64
integralHeightCheckBox2
.CheckedChanged += (s, e) => comboBox2.IntegralHeight =
integralHeightCheckBox2
.Checked;
ComboBoxesWithScrollBars.Designer.cs (9)
252
this.changeIntegralHeightGroupBox3.Controls.Add(this.
integralHeightCheckBox2
);
276
this.
integralHeightCheckBox2
.AutoSize = true;
277
this.
integralHeightCheckBox2
.Location = new System.Drawing.Point(192, 33);
278
this.
integralHeightCheckBox2
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
279
this.
integralHeightCheckBox2
.Name = "integralHeightCheckBox2";
280
this.
integralHeightCheckBox2
.Size = new System.Drawing.Size(102, 19);
281
this.
integralHeightCheckBox2
.TabIndex = 1;
282
this.
integralHeightCheckBox2
.Text = "IntegralHeight";
283
this.
integralHeightCheckBox2
.UseVisualStyleBackColor = true;