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