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