1 write to maxDropDownItemsUpDown2
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
47this.maxDropDownItemsUpDown2 = new System.Windows.Forms.NumericUpDown();
13 references to maxDropDownItemsUpDown2
WinFormsControlsTest (13)
ComboBoxesWithScrollBars.cs (3)
32maxDropDownItemsUpDown2.Value = comboBox2.MaxDropDownItems; 61maxDropDownItemsUpDown2.ValueChanged += (s, e) => comboBox2.MaxDropDownItems = (int)maxDropDownItemsUpDown2.Value;
ComboBoxesWithScrollBars.Designer.cs (10)
64((System.ComponentModel.ISupportInitialize)(this.maxDropDownItemsUpDown2)).BeginInit(); 198this.changeMaxDropDownItemsGroupBox2.Controls.Add(this.maxDropDownItemsUpDown2); 224this.maxDropDownItemsUpDown2.Location = new System.Drawing.Point(192, 22); 225this.maxDropDownItemsUpDown2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 226this.maxDropDownItemsUpDown2.Maximum = new decimal(new int[] { 231this.maxDropDownItemsUpDown2.Name = "maxDropDownItemsUpDown2"; 232this.maxDropDownItemsUpDown2.Size = new System.Drawing.Size(117, 23); 233this.maxDropDownItemsUpDown2.TabIndex = 1; 234this.toolTip1.SetToolTip(this.maxDropDownItemsUpDown2, "It doesn\'t affect the combobox with the Simple dropdown style"); 367((System.ComponentModel.ISupportInitialize)(this.maxDropDownItemsUpDown2)).EndInit();