2 references to GetSelectionCount
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
345
int countSelection = IsMultipleSelection() ?
GetSelectionCount
() : 1;
488
isMultipleSelection && wlb.
GetSelectionCount
() == 1)