1 type derived from CheckBoxAccessibleObject
System.Windows.Forms.Tests (1)
System\Windows\Forms\CheckBoxTests.cs (1)
725
private class SubCheckBoxAccessibleObject : CheckBox.
CheckBoxAccessibleObject
15 instantiations of CheckBoxAccessibleObject
System.Windows.Forms.Tests (15)
System\Windows\Forms\AccessibleObjects\CheckBox.CheckBoxAccessibleObjectTests.cs (15)
15
Assert.Throws<ArgumentException>(() => new
CheckBoxAccessibleObject
(null));
22
Assert.Throws<ArgumentException>(() => new
CheckBoxAccessibleObject
(textBox));
30
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
46
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
70
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
85
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
103
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
128
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
168
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
184
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
199
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
220
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
234
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
245
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
262
CheckBoxAccessibleObject checkBoxAccessibleObject =
new
(checkBox);
14 references to CheckBoxAccessibleObject
System.Windows.Forms.Tests (14)
System\Windows\Forms\AccessibleObjects\CheckBox.CheckBoxAccessibleObjectTests.cs (14)
6
using CheckBoxAccessibleObject = System.Windows.Forms.CheckBox.
CheckBoxAccessibleObject
;
30
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
46
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
70
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
85
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
103
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
128
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
168
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
184
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
199
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
220
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
234
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
245
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);
262
CheckBoxAccessibleObject
checkBoxAccessibleObject = new(checkBox);