10 references to ColumnHeadersProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
349
new AutomationPropertyInfo( convertToElementArray, TablePattern.
ColumnHeadersProperty
, typeof(AutomationElement []), new AutomationElement [0] ),
439
TablePattern.
ColumnHeadersProperty
,
System\Windows\Automation\TablePattern.cs (1)
218
return (AutomationElement[])_el.GetPatternPropertyValue(
ColumnHeadersProperty
, _useCache);
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\EventManager.cs (2)
275
RaisePropertyChangedEvent(el, TablePattern.
ColumnHeadersProperty
, table.GetColumnHeaders());
540
_objectIdClient.Add(TablePattern.
ColumnHeadersProperty
, new RaiseEvent(HandleColumnHeadersProperty));
MS\Internal\AutomationProxies\WindowsListView.cs (4)
505
if (aidProps [i] == TablePattern.
ColumnHeadersProperty
)
512
WinEventTracker.EvtIdProperty[] aEvents = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectCreate, TablePattern.
ColumnHeadersProperty
) };
534
if (aidProps [i] == TablePattern.
ColumnHeadersProperty
)
541
WinEventTracker.EvtIdProperty[] aEvents = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectCreate, TablePattern.
ColumnHeadersProperty
) };
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
86
if (property == TablePattern.
ColumnHeadersProperty
|| property == TablePattern.RowHeadersProperty)