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