1 write to useDifferentHeightsCheckBox2
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
55this.useDifferentHeightsCheckBox2 = new System.Windows.Forms.CheckBox();
12 references to useDifferentHeightsCheckBox2
WinFormsControlsTest (12)
ComboBoxesWithScrollBars.cs (3)
42useDifferentHeightsCheckBox2.Checked = comboBox2.DrawMode == DrawMode.OwnerDrawVariable; 67useDifferentHeightsCheckBox2.CheckedChanged += useDifferentHeightsCheckBox2_CheckedChanged; 91bool isChecked = useDifferentHeightsCheckBox2.Checked;
ComboBoxesWithScrollBars.Designer.cs (9)
299this.changeHeightsStyleGroupBox4.Controls.Add(this.useDifferentHeightsCheckBox2); 323this.useDifferentHeightsCheckBox2.AutoSize = true; 324this.useDifferentHeightsCheckBox2.Location = new System.Drawing.Point(192, 33); 325this.useDifferentHeightsCheckBox2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 326this.useDifferentHeightsCheckBox2.Name = "useDifferentHeightsCheckBox2"; 327this.useDifferentHeightsCheckBox2.Size = new System.Drawing.Size(135, 19); 328this.useDifferentHeightsCheckBox2.TabIndex = 1; 329this.useDifferentHeightsCheckBox2.Text = "Use different heights"; 330this.useDifferentHeightsCheckBox2.UseVisualStyleBackColor = true;