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