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