7 references to Pattern
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2372s_patternInfo[GridPatternIdentifiers.Pattern.Id] = new PatternInfo(GridPatternIdentifiers.Pattern.Id, new WrapObject(GridProviderWrapper.Wrap), PatternInterface.Grid);
UIAutomationClient (1)
System\Windows\Automation\GridPattern.cs (1)
44public static readonly AutomationPattern Pattern = GridPatternIdentifiers.Pattern;
UIAutomationTypes (4)
System\Windows\Automation\ControlType.cs (4)
137new AutomationPattern[] { GridPatternIdentifiers.Pattern, ValuePatternIdentifiers.Pattern, SelectionPatternIdentifiers.Pattern } 164new AutomationPattern[] { SelectionPatternIdentifiers.Pattern, TablePatternIdentifiers.Pattern, GridPatternIdentifiers.Pattern, MultipleViewPatternIdentifiers.Pattern } 223new AutomationPattern[] { GridPatternIdentifiers.Pattern }, 266new AutomationPattern[] { GridPatternIdentifiers.Pattern },