5 implementations of GetColumnHeaders
PresentationCore (1)
MS\Internal\Automation\TableProviderWrapper.cs (1)
85
public IRawElementProviderSimple []
GetColumnHeaders
()
PresentationFramework (3)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
603
IRawElementProviderSimple[] ITableProvider.
GetColumnHeaders
()
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
235
IRawElementProviderSimple[] ITableProvider.
GetColumnHeaders
()
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
129
IRawElementProviderSimple[] ITableProvider.
GetColumnHeaders
()
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
786
IRawElementProviderSimple [] ITableProvider.
GetColumnHeaders
()
3 references to GetColumnHeaders
PresentationCore (1)
MS\Internal\Automation\TableProviderWrapper.cs (1)
147
return _iface.
GetColumnHeaders
();
PresentationFramework (1)
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
841
IRawElementProviderSimple[] headers = ((ITableProvider)FrameworkElementAutomationPeer.CreatePeerForElement(this.OwningCalendar)).
GetColumnHeaders
();
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
262
RaisePropertyChangedEvent(el, TablePattern.ColumnHeadersProperty, table.
GetColumnHeaders
());