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