1 write to maxDropDownItemsUpDown1
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
46this.maxDropDownItemsUpDown1 = new System.Windows.Forms.NumericUpDown();
12 references to maxDropDownItemsUpDown1
WinFormsControlsTest (12)
ComboBoxesWithScrollBars.cs (3)
31maxDropDownItemsUpDown1.Value = comboBox1.MaxDropDownItems; 60maxDropDownItemsUpDown1.ValueChanged += (s, e) => comboBox1.MaxDropDownItems = (int)maxDropDownItemsUpDown1.Value;
ComboBoxesWithScrollBars.Designer.cs (9)
63((System.ComponentModel.ISupportInitialize)(this.maxDropDownItemsUpDown1)).BeginInit(); 197this.changeMaxDropDownItemsGroupBox2.Controls.Add(this.maxDropDownItemsUpDown1); 211this.maxDropDownItemsUpDown1.Location = new System.Drawing.Point(23, 22); 212this.maxDropDownItemsUpDown1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 213this.maxDropDownItemsUpDown1.Maximum = new decimal(new int[] { 218this.maxDropDownItemsUpDown1.Name = "maxDropDownItemsUpDown1"; 219this.maxDropDownItemsUpDown1.Size = new System.Drawing.Size(117, 23); 220this.maxDropDownItemsUpDown1.TabIndex = 0; 366((System.ComponentModel.ISupportInitialize)(this.maxDropDownItemsUpDown1)).EndInit();