9 references to TablePatternIdentifiers
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2379s_patternInfo[TablePatternIdentifiers.Pattern.Id] = new PatternInfo(TablePatternIdentifiers.Pattern.Id, new WrapObject(TableProviderWrapper.Wrap), PatternInterface.Table);
UIAutomationClient (4)
System\Windows\Automation\TablePattern.cs (4)
46public static readonly new AutomationPattern Pattern = TablePatternIdentifiers.Pattern; 49public static readonly AutomationProperty RowHeadersProperty = TablePatternIdentifiers.RowHeadersProperty; 52public static readonly AutomationProperty ColumnHeadersProperty = TablePatternIdentifiers.ColumnHeadersProperty; 55public static readonly AutomationProperty RowOrColumnMajorProperty = TablePatternIdentifiers.RowOrColumnMajorProperty;
UIAutomationTypes (3)
System\Windows\Automation\ControlType.cs (3)
165new AutomationPattern[] { SelectionPatternIdentifiers.Pattern, TablePatternIdentifiers.Pattern, GridPatternIdentifiers.Pattern, MultipleViewPatternIdentifiers.Pattern } 226new AutomationPattern[] { TablePatternIdentifiers.Pattern }, 269new AutomationPattern[] { TablePatternIdentifiers.Pattern },