1 write to changeCBHeight_UpDown2
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
42
this.
changeCBHeight_UpDown2
= new System.Windows.Forms.NumericUpDown();
12 references to changeCBHeight_UpDown2
WinFormsControlsTest (12)
ComboBoxesWithScrollBars.cs (3)
27
changeCBHeight_UpDown2
.Value = comboBox2.Size.Height;
54
changeCBHeight_UpDown2
.ValueChanged += (s, e) => comboBox2.Size = new Size(comboBox2.Size.Width, (int)
changeCBHeight_UpDown2
.Value);
ComboBoxesWithScrollBars.Designer.cs (9)
60
((System.ComponentModel.ISupportInitialize)(this.
changeCBHeight_UpDown2
)).BeginInit();
110
this.changeHeightGroupBox1.Controls.Add(this.
changeCBHeight_UpDown2
);
159
this.
changeCBHeight_UpDown2
.Location = new System.Drawing.Point(192, 61);
160
this.
changeCBHeight_UpDown2
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
161
this.
changeCBHeight_UpDown2
.Maximum = new decimal(new int[] {
166
this.
changeCBHeight_UpDown2
.Name = "changeCBHeight_UpDown2";
167
this.
changeCBHeight_UpDown2
.Size = new System.Drawing.Size(117, 23);
168
this.
changeCBHeight_UpDown2
.TabIndex = 1;
363
((System.ComponentModel.ISupportInitialize)(this.
changeCBHeight_UpDown2
)).EndInit();