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