1 write to changeMaxDropDownItemsGroupBox2
WinFormsControlsTest (1)
ComboBoxesWithScrollBars.Designer.cs (1)
45this.changeMaxDropDownItemsGroupBox2 = new System.Windows.Forms.GroupBox();
14 references to changeMaxDropDownItemsGroupBox2
WinFormsControlsTest (14)
ComboBoxesWithScrollBars.Designer.cs (14)
62this.changeMaxDropDownItemsGroupBox2.SuspendLayout(); 197this.changeMaxDropDownItemsGroupBox2.Controls.Add(this.maxDropDownItemsUpDown1); 198this.changeMaxDropDownItemsGroupBox2.Controls.Add(this.maxDropDownItemsUpDown2); 199this.changeMaxDropDownItemsGroupBox2.Controls.Add(this.maxDropDownItemsUpDown3); 200this.changeMaxDropDownItemsGroupBox2.Location = new System.Drawing.Point(14, 121); 201this.changeMaxDropDownItemsGroupBox2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 202this.changeMaxDropDownItemsGroupBox2.Name = "changeMaxDropDownItemsGroupBox2"; 203this.changeMaxDropDownItemsGroupBox2.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); 204this.changeMaxDropDownItemsGroupBox2.Size = new System.Drawing.Size(502, 63); 205this.changeMaxDropDownItemsGroupBox2.TabIndex = 4; 206this.changeMaxDropDownItemsGroupBox2.TabStop = false; 207this.changeMaxDropDownItemsGroupBox2.Text = "Change MaxDropDownItems value"; 351this.Controls.Add(this.changeMaxDropDownItemsGroupBox2); 365this.changeMaxDropDownItemsGroupBox2.ResumeLayout(false);