11 references to CheckedItems
System.Windows.Forms (11)
winforms\Managed\System\WinForms\CheckedListBox.cs (11)
530return CheckedItems.GetCheckedState(index); 586CheckState currentValue = CheckedItems.GetCheckedState(index); 596CheckedItems.SetCheckedState(index, itemCheckEvent.NewValue); 668switch (CheckedItems.GetCheckedState(e.Index)) { 972savedcheckedItems[i] = CheckedItems.GetCheckedState(i); 981CheckedItems.SetCheckedState(j, (CheckState)savedcheckedItems[j]); 998CheckState currentValue = CheckedItems.GetCheckedState(index); 1005CheckedItems.SetCheckedState(index, itemCheckEvent.NewValue); 1183return owner.CheckedItems.Count; 1298int cnt = owner.CheckedItems.Count; 1331return owner.CheckedItems.IndexOfIdentifier(value);