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