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