2 references to GetCheckedState
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
725return (CheckState.NoCheckbox != (CheckState) WindowsListView.GetCheckedState (hwnd, item));
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
215ListViewItem.CheckState current = (ListViewItem.CheckState) WindowsListView.GetCheckedState (_hwnd, _listviewItem);