1 instantiation of TableItemPattern
UIAutomationClient (1)
System\Windows\Automation\TableItemPattern.cs (1)
142
return new
TableItemPattern
(el, hPattern, cached);
7 references to TableItemPattern
UIAutomationClient (6)
MS\Internal\Automation\Schema.cs (6)
377
new AutomationPropertyInfo( convertToElementArray,
TableItemPattern
.RowHeaderItemsProperty, typeof(AutomationElement []), new AutomationElement [0] ),
378
new AutomationPropertyInfo( convertToElementArray,
TableItemPattern
.ColumnHeaderItemsProperty, typeof(AutomationElement []), new AutomationElement [0] ),
468
private static readonly AutomationProperty [ ] TableItemProperties = {
TableItemPattern
.RowHeaderItemsProperty,
469
TableItemPattern
.ColumnHeaderItemsProperty};
492
new AutomationPatternInfo(
TableItemPattern
.Pattern, TableItemProperties, new WrapObjectClientSide(
TableItemPattern
.Wrap) ),
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
62
if (iid ==
TableItemPattern
.Pattern)