1 instantiation of CheckedListBoxAccessibleObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
358
return new
CheckedListBoxAccessibleObject
(this);
1 reference to CheckedListBoxAccessibleObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedListBoxItemAccessibleObject.cs (1)
15
public CheckedListBoxItemAccessibleObject(CheckedListBox owningCheckedListBox, ItemArray.Entry item,
CheckedListBoxAccessibleObject
owningAccessibleObject) : base(owningCheckedListBox, item, owningAccessibleObject)