7 references to Selection
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2366
s_patternInfo[SelectionPatternIdentifiers.Pattern.Id] = new PatternInfo(SelectionPatternIdentifiers.Pattern.Id, new WrapObject(SelectionProviderWrapper.Wrap), PatternInterface.
Selection
);
PresentationFramework (5)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
72
case PatternInterface.
Selection
:
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
84
case PatternInterface.
Selection
:
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
89
case PatternInterface.
Selection
:
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
26
if(patternInterface == PatternInterface.
Selection
)
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
31
if (patternInterface == PatternInterface.
Selection
)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonGalleryAutomationPeer.cs (1)
41
if (patternInterface == PatternInterface.
Selection
)