5 references to GetCheckedState
System.Windows.Forms (5)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (5)
375
return CheckedItems.
GetCheckedState
(index);
428
CheckState currentValue = CheckedItems.
GetCheckedState
(index);
509
switch (CheckedItems.
GetCheckedState
(e.Index))
838
savedCheckedItems[i] = CheckedItems.
GetCheckedState
(i);
862
CheckState currentValue = CheckedItems.
GetCheckedState
(index);