1 instantiation of TableItemPattern
UIAutomationClient (1)
System\Windows\Automation\TableItemPattern.cs (1)
150
return new
TableItemPattern
(el, hPattern, cached);
7 references to TableItemPattern
UIAutomationClient (6)
MS\Internal\Automation\Schema.cs (6)
351
new AutomationPropertyInfo( convertToElementArray,
TableItemPattern
.RowHeaderItemsProperty, typeof(AutomationElement []), new AutomationElement [0] ),
352
new AutomationPropertyInfo( convertToElementArray,
TableItemPattern
.ColumnHeaderItemsProperty, typeof(AutomationElement []), new AutomationElement [0] ),
442
private static readonly AutomationProperty [ ] TableItemProperties = {
TableItemPattern
.RowHeaderItemsProperty,
443
TableItemPattern
.ColumnHeaderItemsProperty};
466
new AutomationPatternInfo(
TableItemPattern
.Pattern, TableItemProperties, new WrapObjectClientSide(
TableItemPattern
.Wrap) ),
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
69
if (iid ==
TableItemPattern
.Pattern)