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