6 references to Selection
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2294s_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)
80case PatternInterface.Selection:
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
89case PatternInterface.Selection:
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
98case PatternInterface.Selection:
src\Framework\System\Windows\Automation\Peers\SelectorAutomationPeer.cs (1)
36if(patternInterface == PatternInterface.Selection)
src\Framework\System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
42if (patternInterface == PatternInterface.Selection)