6 references to Pattern
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2378s_patternInfo[TablePatternIdentifiers.Pattern.Id] = new PatternInfo(TablePatternIdentifiers.Pattern.Id, new WrapObject(TableProviderWrapper.Wrap), PatternInterface.Table);
UIAutomationClient (1)
System\Windows\Automation\TablePattern.cs (1)
45public static new readonly AutomationPattern Pattern = TablePatternIdentifiers.Pattern;
UIAutomationTypes (3)
System\Windows\Automation\ControlType.cs (3)
164new AutomationPattern[] { SelectionPatternIdentifiers.Pattern, TablePatternIdentifiers.Pattern, GridPatternIdentifiers.Pattern, MultipleViewPatternIdentifiers.Pattern } 225new AutomationPattern[] { TablePatternIdentifiers.Pattern }, 268new AutomationPattern[] { TablePatternIdentifiers.Pattern },