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