7 references to 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)
19Assert.Throws<ArgumentNullException>(() => { new CheckedListBoxItemAccessibleObject(null, new ItemArray.Entry("A"), accessibleObject); }); 29Assert.Throws<ArgumentNullException>(() => { new CheckedListBoxItemAccessibleObject(checkedListBox, null, accessibleObject); }); 38Assert.Throws<ArgumentNullException>(() => { new CheckedListBoxItemAccessibleObject(checkedListBox, new ItemArray.Entry("A"), null); }); 333var item = new CheckedListBoxItemAccessibleObject( 353var item = new CheckedListBoxItemAccessibleObject( 368var item = new CheckedListBoxItemAccessibleObject(