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