14 instantiations of UpDownEdit
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
50
_upDownEdit = new
UpDownEdit
(this)
System.Windows.Forms.Tests (13)
System\Windows\Forms\AccessibleObjects\UpDownBase.UpDownEdit.UpDownEditAccessibleObjectTests.cs (13)
16
using UpDownBase.UpDownEdit upDownEdit =
new
(upDown);
27
using UpDownBase.UpDownEdit upDownEdit =
new
(upDown);
42
using UpDownBase.UpDownEdit upDownEdit =
new
(upDown);
55
using UpDownBase.UpDownEdit upDownEdit =
new
(upDown);
66
using UpDownBase.UpDownEdit upDownEdit =
new
(upDown);
77
using UpDownBase.UpDownEdit upDownEdit =
new
(upDown);
88
using UpDownBase.UpDownEdit upDownEdit =
new
(upDown);
99
using UpDownBase.UpDownEdit upDownEdit =
new
(upDown);
112
using UpDownBase.UpDownEdit upDownEdit =
new
(upDown);
126
using UpDownBase.UpDownEdit upDownEdit =
new
(upDown);
139
using UpDownBase.UpDownEdit upDownEdit =
new
(upDown);
152
using UpDownBase.UpDownEdit upDownEdit =
new
(upDown);
188
using UpDownBase.UpDownEdit upDownEdit =
new
(upDown);
18 references to UpDownEdit
System.Windows.Forms (2)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
27
internal
UpDownEdit
_upDownEdit;
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.UpDownEditAccessibleObject.cs (1)
16
public UpDownEditAccessibleObject(
UpDownEdit
owner, UpDownBase parent) : base(owner)
System.Windows.Forms.Tests (16)
System\Windows\Forms\AccessibleObjects\UpDownBase.UpDownEdit.UpDownEditAccessibleObjectTests.cs (16)
16
using UpDownBase.
UpDownEdit
upDownEdit = new(upDown);
17
UpDownBase.
UpDownEdit
.UpDownEditAccessibleObject accessibleObject = new(upDownEdit, upDown);
27
using UpDownBase.
UpDownEdit
upDownEdit = new(upDown);
28
Assert.Throws<ArgumentNullException>(() => new UpDownBase.
UpDownEdit
.UpDownEditAccessibleObject(upDownEdit, null));
35
Assert.Throws<ArgumentNullException>(() => new UpDownBase.
UpDownEdit
.UpDownEditAccessibleObject(null, upDown));
42
using UpDownBase.
UpDownEdit
upDownEdit = new(upDown);
55
using UpDownBase.
UpDownEdit
upDownEdit = new(upDown);
66
using UpDownBase.
UpDownEdit
upDownEdit = new(upDown);
77
using UpDownBase.
UpDownEdit
upDownEdit = new(upDown);
88
using UpDownBase.
UpDownEdit
upDownEdit = new(upDown);
99
using UpDownBase.
UpDownEdit
upDownEdit = new(upDown);
112
using UpDownBase.
UpDownEdit
upDownEdit = new(upDown);
126
using UpDownBase.
UpDownEdit
upDownEdit = new(upDown);
139
using UpDownBase.
UpDownEdit
upDownEdit = new(upDown);
152
using UpDownBase.
UpDownEdit
upDownEdit = new(upDown);
188
using UpDownBase.
UpDownEdit
upDownEdit = new(upDown);