5 references to TableItemPatternIdentifiers
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2379
s_patternInfo[
TableItemPatternIdentifiers
.Pattern.Id] = new PatternInfo(
TableItemPatternIdentifiers
.Pattern.Id, new WrapObject(TableItemProviderWrapper.Wrap), PatternInterface.TableItem);
UIAutomationClient (3)
System\Windows\Automation\TableItemPattern.cs (3)
46
public static new readonly AutomationPattern Pattern =
TableItemPatternIdentifiers
.Pattern;
49
public static readonly AutomationProperty RowHeaderItemsProperty =
TableItemPatternIdentifiers
.RowHeaderItemsProperty;
52
public static readonly AutomationProperty ColumnHeaderItemsProperty =
TableItemPatternIdentifiers
.ColumnHeaderItemsProperty;