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