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