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