77 references to NumericUpDown
Accessibility_Core_App (2)
CommonControl2.Designer.cs (1)
61this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
DataBindingExample.Designer.cs (1)
39this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
44decimalPlacesUpDown = new System.Windows.Forms.NumericUpDown();
System\Windows\Forms\Design\StyleEditorForm.cs (2)
176_absoluteNumericUpDown = new NumericUpDown(); 182_percentNumericUpDown = new NumericUpDown();
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\UpDownBaseDesignerTests.cs (1)
20_numericUpDown = new();
System.Windows.Forms.Tests (56)
NumericUpDownTests.cs (43)
15using NumericUpDown nud = new(); 29using NumericUpDown upDown = new(); 72using NumericUpDown upDown = new(); 108using NumericUpDown upDown = new(); 228using NumericUpDown upDown = new(); 241using NumericUpDown upDown = new(); 250using NumericUpDown upDown = new(); 261using NumericUpDown upDown = new(); 268using NumericUpDown upDown = new(); 288using NumericUpDown upDown = new(); 301using NumericUpDown upDown = new(); 309using NumericUpDown upDown = new(); 320using NumericUpDown upDown = new(); 334using NumericUpDown upDown = new(); 348using NumericUpDown upDown = new(); 358using NumericUpDown upDown = new(); 368using NumericUpDown upDown = new(); 377using NumericUpDown upDown = new(); 400using NumericUpDown upDown = new(); 424using NumericUpDown upDown = new(); 444using NumericUpDown upDown = new(); 549using NumericUpDown upDown = new(); 562using NumericUpDown upDown = new(); 570using NumericUpDown upDown = new(); 578using NumericUpDown upDown = new(); 586using NumericUpDown upDown = new(); 594using NumericUpDown upDown = new(); 602using NumericUpDown upDown = new(); 610using NumericUpDown upDown = new(); 648using NumericUpDown upDown = new() { Value = 0, Minimum = 0, Increment = 1 }; 656using NumericUpDown upDown = new() { Value = 10, Increment = 1, Text = "Not a number" }; 664using NumericUpDown upDown = new() { Value = 10, Minimum = 0, Maximum = 20, Increment = 1, Text = "30" }; 672using NumericUpDown upDown = new() 701using NumericUpDown upDown = new() 730using NumericUpDown upDown = new(); 741using NumericUpDown upDown = new() { Value = 100, Maximum = 100, Increment = 1 }; 749using NumericUpDown upDown = new() { Value = 10, Increment = 1, Text = "Not a number" }; 757using NumericUpDown upDown = new() { Value = 10, Minimum = 0, Maximum = 20, Increment = 1, Text = "30" }; 765using NumericUpDown upDown = new() { Value = 100, Maximum = 100 }; 773using NumericUpDown upDown = new() { Value = 99, Maximum = 100 }; 781using NumericUpDown upDown = new() { Value = 100, Maximum = 100 }; 797using NumericUpDown upDown = new(); 807using NumericUpDown upDown = new();
System\Windows\Forms\AccessibleObjects\DirectionButtonAccessibleObjectTests.cs (4)
52using NumericUpDown numericUpDown = new(); 70using NumericUpDown numericUpDown = new(); 110using NumericUpDown numericUpDown = new(); 156using NumericUpDown numericUpDown = new();
System\Windows\Forms\AccessibleObjects\NumericUpDownAccessibleObjectTests.cs (7)
13using NumericUpDown numericUpDown = new(); 21using NumericUpDown numericUpDown = new(); 31using NumericUpDown numericUpDown = new(); 43using NumericUpDown numericUpDown = new(); 55using NumericUpDown numericUpDown = new(); 83using NumericUpDown numericUpDown = new(); 98using NumericUpDown numericUpDown = new();
System\Windows\Forms\AccessibleObjects\UpDownBase.UpDownButtons.UpDownButtonsAccessibleObjectTests.cs (1)
198using NumericUpDown numericUpDown = new();
System\Windows\Forms\AccessibleObjects\UpDownBase.UpDownEdit.UpDownEditAccessibleObjectTests.cs (1)
74using NumericUpDown upDown = new();
WinFormsControlsTest (15)
ComboBoxesWithScrollBars.Designer.cs (6)
40this.changeDDH_UpDown1 = new System.Windows.Forms.NumericUpDown(); 42this.changeCBHeight_UpDown2 = new System.Windows.Forms.NumericUpDown(); 44this.changeDDH_UpDown3 = new System.Windows.Forms.NumericUpDown(); 46this.maxDropDownItemsUpDown1 = new System.Windows.Forms.NumericUpDown(); 47this.maxDropDownItemsUpDown2 = new System.Windows.Forms.NumericUpDown(); 48this.maxDropDownItemsUpDown3 = new System.Windows.Forms.NumericUpDown();
DataGridViewTest.Designer.cs (1)
47this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
MultipleControls.Designer.cs (1)
51this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
Panels.Designer.cs (2)
38this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); 39this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
ScrollBars.Designer.cs (2)
38this.numericMinimum = new System.Windows.Forms.NumericUpDown(); 39this.numericMaximum = new System.Windows.Forms.NumericUpDown();
TrackBars.Designer.cs (3)
41this.numericMinimum = new System.Windows.Forms.NumericUpDown(); 42this.numericMaximum = new System.Windows.Forms.NumericUpDown(); 43this.numericFrequency = new System.Windows.Forms.NumericUpDown();