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