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