1 instantiation of CheckedListBoxAccessibleObject
System.Windows.Forms (1)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
510return new CheckedListBoxAccessibleObject(this);
2 references to CheckedListBoxAccessibleObject
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CheckedListBox.cs (2)
1657private CheckedListBoxAccessibleObject parent; 1659public CheckedListBoxItemAccessibleObject(string name, int index, CheckedListBoxAccessibleObject parent) : base() {