6 references to RowHeadersProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
369new AutomationPropertyInfo( convertToElementArray, TablePattern.RowHeadersProperty, typeof(AutomationElement []), new AutomationElement [0] ), 459private static readonly AutomationProperty [ ] TableProperties = { TablePattern.RowHeadersProperty,
System\Windows\Automation\TablePattern.cs (1)
192return (AutomationElement[])_el.GetPatternPropertyValue(RowHeadersProperty, _useCache);
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\EventManager.cs (2)
271RaisePropertyChangedEvent(el, TablePattern.RowHeadersProperty, table.GetRowHeaders()); 528_objectIdClient.Add(TablePattern.RowHeadersProperty, new RaiseEvent(HandleRowHeadersProperty));
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
73if (property == TablePattern.ColumnHeadersProperty || property == TablePattern.RowHeadersProperty)