5 implementations of GetRowHeaders
PresentationCore (1)
MS\Internal\Automation\TableProviderWrapper.cs (1)
80public IRawElementProviderSimple [] GetRowHeaders()
PresentationFramework (3)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
635IRawElementProviderSimple[] ITableProvider.GetRowHeaders()
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
269IRawElementProviderSimple[] ITableProvider.GetRowHeaders()
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
156IRawElementProviderSimple[] ITableProvider.GetRowHeaders()
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
780IRawElementProviderSimple [] ITableProvider.GetRowHeaders ()
2 references to GetRowHeaders
PresentationCore (1)
MS\Internal\Automation\TableProviderWrapper.cs (1)
142return _iface.GetRowHeaders();
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
271RaisePropertyChangedEvent(el, TablePattern.RowHeadersProperty, table.GetRowHeaders());