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