1 type derived from CheckBoxAccessibleObject
System.Windows.Forms.Tests (1)
System\Windows\Forms\CheckBoxTests.cs (1)
727
private class SubCheckBoxAccessibleObject : CheckBox.
CheckBoxAccessibleObject
15 instantiations of CheckBoxAccessibleObject
System.Windows.Forms.Tests (15)
System\Windows\Forms\AccessibleObjects\CheckBox.CheckBoxAccessibleObjectTests.cs (15)
17
Assert.Throws<ArgumentException>(() => new
CheckBoxAccessibleObject
(null));
24
Assert.Throws<ArgumentException>(() => new
CheckBoxAccessibleObject
(textBox));
32
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
48
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
72
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
87
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
105
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
130
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
170
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
186
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
201
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
222
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
236
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
247
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
264
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
14 references to CheckBoxAccessibleObject
System.Windows.Forms.Tests (14)
System\Windows\Forms\AccessibleObjects\CheckBox.CheckBoxAccessibleObjectTests.cs (14)
8
using CheckBoxAccessibleObject = System.Windows.Forms.CheckBox.
CheckBoxAccessibleObject
;
32
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
48
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
72
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
87
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
105
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
130
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
170
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
186
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
201
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
222
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
236
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
247
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
264
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);