77 references to 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)
18
_numericUpDown =
new
();
System.Windows.Forms.Tests (56)
NumericUpDownTests.cs (43)
17
using NumericUpDown nud =
new
();
31
using NumericUpDown upDown =
new
();
74
using NumericUpDown upDown =
new
();
110
using NumericUpDown upDown =
new
();
230
using NumericUpDown upDown =
new
();
243
using NumericUpDown upDown =
new
();
252
using NumericUpDown upDown =
new
();
263
using NumericUpDown upDown =
new
();
270
using NumericUpDown upDown =
new
();
290
using NumericUpDown upDown =
new
();
303
using NumericUpDown upDown =
new
();
311
using NumericUpDown upDown =
new
();
322
using NumericUpDown upDown =
new
();
336
using NumericUpDown upDown =
new
();
350
using NumericUpDown upDown =
new
();
360
using NumericUpDown upDown =
new
();
370
using NumericUpDown upDown =
new
();
379
using NumericUpDown upDown =
new
();
402
using NumericUpDown upDown =
new
();
426
using NumericUpDown upDown =
new
();
446
using NumericUpDown upDown =
new
();
551
using NumericUpDown upDown =
new
();
564
using NumericUpDown upDown =
new
();
572
using NumericUpDown upDown =
new
();
580
using NumericUpDown upDown =
new
();
588
using NumericUpDown upDown =
new
();
596
using NumericUpDown upDown =
new
();
604
using NumericUpDown upDown =
new
();
612
using NumericUpDown upDown =
new
();
650
using NumericUpDown upDown =
new
() { Value = 0, Minimum = 0, Increment = 1 };
658
using NumericUpDown upDown =
new
() { Value = 10, Increment = 1, Text = "Not a number" };
666
using NumericUpDown upDown =
new
() { Value = 10, Minimum = 0, Maximum = 20, Increment = 1, Text = "30" };
674
using NumericUpDown upDown =
new
()
703
using NumericUpDown upDown =
new
()
732
using NumericUpDown upDown =
new
();
743
using NumericUpDown upDown =
new
() { Value = 100, Maximum = 100, Increment = 1 };
751
using NumericUpDown upDown =
new
() { Value = 10, Increment = 1, Text = "Not a number" };
759
using NumericUpDown upDown =
new
() { Value = 10, Minimum = 0, Maximum = 20, Increment = 1, Text = "30" };
767
using NumericUpDown upDown =
new
() { Value = 100, Maximum = 100 };
775
using NumericUpDown upDown =
new
() { Value = 99, Maximum = 100 };
783
using NumericUpDown upDown =
new
() { Value = 100, Maximum = 100 };
799
using NumericUpDown upDown =
new
();
809
using NumericUpDown upDown =
new
();
System\Windows\Forms\AccessibleObjects\DirectionButtonAccessibleObjectTests.cs (4)
54
using NumericUpDown numericUpDown =
new
();
72
using NumericUpDown numericUpDown =
new
();
112
using NumericUpDown numericUpDown =
new
();
158
using NumericUpDown numericUpDown =
new
();
System\Windows\Forms\AccessibleObjects\NumericUpDownAccessibleObjectTests.cs (7)
15
using NumericUpDown numericUpDown =
new
();
23
using NumericUpDown numericUpDown =
new
();
33
using NumericUpDown numericUpDown =
new
();
45
using NumericUpDown numericUpDown =
new
();
57
using NumericUpDown numericUpDown =
new
();
85
using NumericUpDown numericUpDown =
new
();
100
using NumericUpDown numericUpDown =
new
();
System\Windows\Forms\AccessibleObjects\UpDownBase.UpDownButtons.UpDownButtonsAccessibleObjectTests.cs (1)
200
using NumericUpDown numericUpDown =
new
();
System\Windows\Forms\AccessibleObjects\UpDownBase.UpDownEdit.UpDownEditAccessibleObjectTests.cs (1)
76
using NumericUpDown upDown =
new
();
TestPassApp (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
();
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
();