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