6 references to Selection
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2294
s_patternInfo[SelectionPatternIdentifiers.Pattern.Id] = new PatternInfo(SelectionPatternIdentifiers.Pattern.Id, new WrapObject(SelectionProviderWrapper.Wrap), PatternInterface.
Selection
);
PresentationFramework (5)
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
80
case PatternInterface.
Selection
:
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
89
case PatternInterface.
Selection
:
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
98
case PatternInterface.
Selection
:
src\Framework\System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
36
if(patternInterface == PatternInterface.
Selection
)
src\Framework\System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
42
if (patternInterface == PatternInterface.
Selection
)