10 references to Pattern
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2366s_patternInfo[SelectionPatternIdentifiers.Pattern.Id] = new PatternInfo(SelectionPatternIdentifiers.Pattern.Id, new WrapObject(SelectionProviderWrapper.Wrap), PatternInterface.Selection);
UIAutomationClient (1)
System\Windows\Automation\SelectionPattern.cs (1)
46public static readonly AutomationPattern Pattern = SelectionPatternIdentifiers.Pattern;
UIAutomationTypes (7)
System\Windows\Automation\ControlType.cs (7)
137new AutomationPattern[] { GridPatternIdentifiers.Pattern, ValuePatternIdentifiers.Pattern, SelectionPatternIdentifiers.Pattern } 145new AutomationPattern[] { SelectionPatternIdentifiers.Pattern, ExpandCollapsePatternIdentifiers.Pattern } 164new AutomationPattern[] { SelectionPatternIdentifiers.Pattern, TablePatternIdentifiers.Pattern, GridPatternIdentifiers.Pattern, MultipleViewPatternIdentifiers.Pattern } 187new AutomationPattern[] { SelectionPatternIdentifiers.Pattern } 192new AutomationPattern[] { SelectionPatternIdentifiers.Pattern } 224new AutomationPattern[] { SelectionPatternIdentifiers.Pattern }, 267new AutomationPattern[] { SelectionPatternIdentifiers.Pattern },