1 write to useDifferentHeightsCheckBox1
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
54this.useDifferentHeightsCheckBox1 = new System.Windows.Forms.CheckBox();
12 references to useDifferentHeightsCheckBox1
WinFormsControlsTest (12)
ComboBoxesWithScrollBars.cs (3)
41useDifferentHeightsCheckBox1.Checked = comboBox1.DrawMode == DrawMode.OwnerDrawVariable; 66useDifferentHeightsCheckBox1.CheckedChanged += useDifferentHeightsCheckBox1_CheckedChanged; 75bool isChecked = useDifferentHeightsCheckBox1.Checked;
ComboBoxesWithScrollBars.Designer.cs (9)
298this.changeHeightsStyleGroupBox4.Controls.Add(this.useDifferentHeightsCheckBox1); 312this.useDifferentHeightsCheckBox1.AutoSize = true; 313this.useDifferentHeightsCheckBox1.Location = new System.Drawing.Point(23, 33); 314this.useDifferentHeightsCheckBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 315this.useDifferentHeightsCheckBox1.Name = "useDifferentHeightsCheckBox1"; 316this.useDifferentHeightsCheckBox1.Size = new System.Drawing.Size(135, 19); 317this.useDifferentHeightsCheckBox1.TabIndex = 0; 318this.useDifferentHeightsCheckBox1.Text = "Use different heights"; 319this.useDifferentHeightsCheckBox1.UseVisualStyleBackColor = true;