5 implementations of GetRowHeaderItems
PresentationCore (1)
MS\Internal\Automation\TableItemProviderWrapper.cs (1)
97public IRawElementProviderSimple [] GetRowHeaderItems()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
577IRawElementProviderSimple[] ITableItemProvider.GetRowHeaderItems()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
853IRawElementProviderSimple[] ITableItemProvider.GetRowHeaderItems()
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
93IRawElementProviderSimple[] ITableItemProvider.GetRowHeaderItems()
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
319IRawElementProviderSimple [] ITableItemProvider.GetRowHeaderItems ()
1 reference to GetRowHeaderItems
PresentationCore (1)
MS\Internal\Automation\TableItemProviderWrapper.cs (1)
160return _iface.GetRowHeaderItems();