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