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