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