10 references to ColumnHeadersProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
364new AutomationPropertyInfo( convertToElementArray, TablePattern.ColumnHeadersProperty, typeof(AutomationElement[]), Array.Empty<AutomationElement>()), 454TablePattern.ColumnHeadersProperty,
System\Windows\Automation\TablePattern.cs (1)
197return (AutomationElement[])_el.GetPatternPropertyValue(ColumnHeadersProperty, _useCache);
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\EventManager.cs (2)
261RaisePropertyChangedEvent(el, TablePattern.ColumnHeadersProperty, table.GetColumnHeaders()); 526_objectIdClient.Add(TablePattern.ColumnHeadersProperty, new RaiseEvent(HandleColumnHeadersProperty));
MS\Internal\AutomationProxies\WindowsListView.cs (4)
491if (aidProps [i] == TablePattern.ColumnHeadersProperty) 498ReadOnlySpan<WinEventTracker.EvtIdProperty> aEvents = [new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectCreate, TablePattern.ColumnHeadersProperty)]; 520if (aidProps [i] == TablePattern.ColumnHeadersProperty) 527ReadOnlySpan<WinEventTracker.EvtIdProperty> aEvents = [new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectCreate, TablePattern.ColumnHeadersProperty)];
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
72if (property == TablePattern.ColumnHeadersProperty || property == TablePattern.RowHeadersProperty)