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