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