14 implementations of CanSelectMultiple
PresentationCore (1)
MS\Internal\Automation\SelectionProviderWrapper.cs (1)
62public bool CanSelectMultiple
PresentationFramework (5)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
438bool ISelectionProvider.CanSelectMultiple
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
206bool ISelectionProvider.CanSelectMultiple
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
344bool ISelectionProvider.CanSelectMultiple
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
106bool ISelectionProvider.CanSelectMultiple
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
175bool ISelectionProvider.CanSelectMultiple
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
242bool ISelectionProvider.CanSelectMultiple
Microsoft\Windows\Automation\Peers\RibbonGalleryAutomationPeer.cs (1)
154bool ISelectionProvider.CanSelectMultiple
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
582bool ISelectionProvider.CanSelectMultiple
MS\Internal\AutomationProxies\WindowsButton.cs (1)
345bool ISelectionProvider.CanSelectMultiple
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
357bool ISelectionProvider.CanSelectMultiple
MS\Internal\AutomationProxies\WindowsListView.cs (1)
577bool ISelectionProvider.CanSelectMultiple
MS\Internal\AutomationProxies\WindowsTab.cs (1)
424bool ISelectionProvider.CanSelectMultiple
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
308bool ISelectionProvider.CanSelectMultiple
2 references to CanSelectMultiple
PresentationCore (1)
MS\Internal\Automation\SelectionProviderWrapper.cs (1)
111return _iface.CanSelectMultiple;
UIAutomationClient (1)
MS\Internal\Automation\SelectionPatternProviderSideWrapper.cs (1)
67return _target.CanSelectMultiple;