2 references to GetItemCheckState
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CheckedListBox.cs (2)
539
return(
GetItemCheckState
(index) != CheckState.Unchecked);
1723
switch (ParentCheckedListBox.
GetItemCheckState
(index)) {