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