7 references to Selection
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2382
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)
79
case PatternInterface.
Selection
:
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
90
case PatternInterface.
Selection
:
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
95
case PatternInterface.
Selection
:
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
39
if(patternInterface == PatternInterface.
Selection
)
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
45
if (patternInterface == PatternInterface.
Selection
)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonGalleryAutomationPeer.cs (1)
45
if (patternInterface == PatternInterface.
Selection
)