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