1 write to integralHeightCheckBox3
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
52
this.
integralHeightCheckBox3
= new System.Windows.Forms.CheckBox();
13 references to integralHeightCheckBox3
WinFormsControlsTest (13)
ComboBoxesWithScrollBars.cs (4)
38
integralHeightCheckBox3
.Checked = comboBox3.IntegralHeight;
58
integralHeightCheckBox3
.Checked = false;
65
integralHeightCheckBox3
.CheckedChanged += (s, e) => comboBox3.IntegralHeight =
integralHeightCheckBox3
.Checked;
ComboBoxesWithScrollBars.Designer.cs (9)
253
this.changeIntegralHeightGroupBox3.Controls.Add(this.
integralHeightCheckBox3
);
287
this.
integralHeightCheckBox3
.AutoSize = true;
288
this.
integralHeightCheckBox3
.Location = new System.Drawing.Point(356, 33);
289
this.
integralHeightCheckBox3
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
290
this.
integralHeightCheckBox3
.Name = "integralHeightCheckBox3";
291
this.
integralHeightCheckBox3
.Size = new System.Drawing.Size(102, 19);
292
this.
integralHeightCheckBox3
.TabIndex = 2;
293
this.
integralHeightCheckBox3
.Text = "IntegralHeight";
294
this.
integralHeightCheckBox3
.UseVisualStyleBackColor = true;