3 references to GetSelectedItemCount
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
558int countSelection = MultiSelected(_hwnd) ? GetSelectedItemCount(_hwnd) : 1; 1916if (eventId == NativeMethods.EventObjectSelectionRemove && GetSelectedItemCount(hwnd) == 1)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
432if (selectionRequired || WindowsListView.GetSelectedItemCount(_hwnd) > 0)