7 instantiations of CheckedListBoxItemAccessibleObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedListBoxAccessibleObject.cs (1)
14
=> new
CheckedListBoxItemAccessibleObject
((CheckedListBox)listBox, item, this);
System.Windows.Forms.Tests (6)
System\Windows\Forms\AccessibleObjects\CheckedListBoxItemAccessibleObjectTests.cs (6)
19
Assert.Throws<ArgumentNullException>(() => { new
CheckedListBoxItemAccessibleObject
(null, new ItemArray.Entry("A"), accessibleObject); });
29
Assert.Throws<ArgumentNullException>(() => { new
CheckedListBoxItemAccessibleObject
(checkedListBox, null, accessibleObject); });
38
Assert.Throws<ArgumentNullException>(() => { new
CheckedListBoxItemAccessibleObject
(checkedListBox, new ItemArray.Entry("A"), null); });
333
var item = new
CheckedListBoxItemAccessibleObject
(
353
var item = new
CheckedListBoxItemAccessibleObject
(
368
var item = new
CheckedListBoxItemAccessibleObject
(
3 references to CheckedListBoxItemAccessibleObject
System.Windows.Forms.Tests (3)
System\Windows\Forms\AccessibleObjects\CheckedListBoxItemAccessibleObjectTests.cs (3)
333
var
item = new CheckedListBoxItemAccessibleObject(
353
var
item = new CheckedListBoxItemAccessibleObject(
368
var
item = new CheckedListBoxItemAccessibleObject(