7 references to Pattern
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2373s_patternInfo[GridPatternIdentifiers.Pattern.Id] = new PatternInfo(GridPatternIdentifiers.Pattern.Id, new WrapObject(GridProviderWrapper.Wrap), PatternInterface.Grid);
UIAutomationClient (1)
System\Windows\Automation\GridPattern.cs (1)
45public static readonly AutomationPattern Pattern = GridPatternIdentifiers.Pattern;
UIAutomationTypes (4)
System\Windows\Automation\ControlType.cs (4)
138new AutomationPattern[] { GridPatternIdentifiers.Pattern, ValuePatternIdentifiers.Pattern, SelectionPatternIdentifiers.Pattern } 165new AutomationPattern[] { SelectionPatternIdentifiers.Pattern, TablePatternIdentifiers.Pattern, GridPatternIdentifiers.Pattern, MultipleViewPatternIdentifiers.Pattern } 224new AutomationPattern[] { GridPatternIdentifiers.Pattern }, 267new AutomationPattern[] { GridPatternIdentifiers.Pattern },