3 references to GetRowCountListMode
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1765
return
GetRowCountListMode
(hwnd, count);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
600
int rowCount = WindowsListView.
GetRowCountListMode
(_hwnd, itemCount);
625
int rowCount = WindowsListView.
GetRowCountListMode
(_hwnd, itemCount);