12 references to ParentCheckedListBox
System.Windows.Forms (12)
winforms\Managed\System\WinForms\CheckedListBox.cs (12)
1667
Rectangle rect =
ParentCheckedListBox
.GetItemRectangle(index);
1672
UnsafeNativeMethods.ClientToScreen(new HandleRef(
ParentCheckedListBox
,
ParentCheckedListBox
.Handle), pt);
1680
if (
ParentCheckedListBox
.GetItemChecked(index)) {
1723
switch (
ParentCheckedListBox
.GetItemCheckState(index)) {
1737
if (
ParentCheckedListBox
.SelectedIndex == index) {
1741
if (AccessibilityImprovements.Level3 &&
ParentCheckedListBox
.Focused &&
ParentCheckedListBox
.SelectedIndex == -1) {
1753
return
ParentCheckedListBox
.GetItemChecked(index).ToString();
1759
ParentCheckedListBox
.SetItemChecked(index, !
ParentCheckedListBox
.GetItemChecked(index));
1788
ParentCheckedListBox
.AccessibilityObject.GetSystemIAccessibleInternal().accSelect((int) flags, index + 1);