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