1 write to maxDropDownItemsUpDown3
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
48this.maxDropDownItemsUpDown3 = new System.Windows.Forms.NumericUpDown();
12 references to maxDropDownItemsUpDown3
WinFormsControlsTest (12)
ComboBoxesWithScrollBars.cs (3)
33maxDropDownItemsUpDown3.Value = comboBox3.MaxDropDownItems; 62maxDropDownItemsUpDown3.ValueChanged += (s, e) => comboBox3.MaxDropDownItems = (int)maxDropDownItemsUpDown3.Value;
ComboBoxesWithScrollBars.Designer.cs (9)
65((System.ComponentModel.ISupportInitialize)(this.maxDropDownItemsUpDown3)).BeginInit(); 199this.changeMaxDropDownItemsGroupBox2.Controls.Add(this.maxDropDownItemsUpDown3); 238this.maxDropDownItemsUpDown3.Location = new System.Drawing.Point(356, 22); 239this.maxDropDownItemsUpDown3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 240this.maxDropDownItemsUpDown3.Maximum = new decimal(new int[] { 245this.maxDropDownItemsUpDown3.Name = "maxDropDownItemsUpDown3"; 246this.maxDropDownItemsUpDown3.Size = new System.Drawing.Size(117, 23); 247this.maxDropDownItemsUpDown3.TabIndex = 2; 368((System.ComponentModel.ISupportInitialize)(this.maxDropDownItemsUpDown3)).EndInit();