5 implementations of GetColumnHeaders
PresentationCore (1)
MS\Internal\Automation\TableProviderWrapper.cs (1)
84
public IRawElementProviderSimple []
GetColumnHeaders
()
PresentationFramework (3)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
599
IRawElementProviderSimple[] ITableProvider.
GetColumnHeaders
()
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
234
IRawElementProviderSimple[] ITableProvider.
GetColumnHeaders
()
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
128
IRawElementProviderSimple[] ITableProvider.
GetColumnHeaders
()
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
785
IRawElementProviderSimple [] ITableProvider.
GetColumnHeaders
()
3 references to GetColumnHeaders
PresentationCore (1)
MS\Internal\Automation\TableProviderWrapper.cs (1)
146
return _iface.
GetColumnHeaders
();
PresentationFramework (1)
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
837
IRawElementProviderSimple[] headers = ((ITableProvider)FrameworkElementAutomationPeer.CreatePeerForElement(this.OwningCalendar)).
GetColumnHeaders
();
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
261
RaisePropertyChangedEvent(el, TablePattern.ColumnHeadersProperty, table.
GetColumnHeaders
());