5 implementations of GetRowHeaders
PresentationCore (1)
MS\Internal\Automation\TableProviderWrapper.cs (1)
79public IRawElementProviderSimple [] GetRowHeaders()
PresentationFramework (3)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
631IRawElementProviderSimple[] ITableProvider.GetRowHeaders()
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
268IRawElementProviderSimple[] ITableProvider.GetRowHeaders()
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
155IRawElementProviderSimple[] ITableProvider.GetRowHeaders()
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
779IRawElementProviderSimple [] ITableProvider.GetRowHeaders ()
2 references to GetRowHeaders
PresentationCore (1)
MS\Internal\Automation\TableProviderWrapper.cs (1)
141return _iface.GetRowHeaders();
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
270RaisePropertyChangedEvent(el, TablePattern.RowHeadersProperty, table.GetRowHeaders());