3 references to GetRowCountListMode
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1759
return
GetRowCountListMode
(hwnd, count);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
593
int rowCount = WindowsListView.
GetRowCountListMode
(_hwnd, itemCount);
618
int rowCount = WindowsListView.
GetRowCountListMode
(_hwnd, itemCount);