5 implementations of GetRowHeaderItems
PresentationCore (1)
MS\Internal\Automation\TableItemProviderWrapper.cs (1)
98public IRawElementProviderSimple [] GetRowHeaderItems()
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
578IRawElementProviderSimple[] ITableItemProvider.GetRowHeaderItems()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
857IRawElementProviderSimple[] ITableItemProvider.GetRowHeaderItems()
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
94IRawElementProviderSimple[] ITableItemProvider.GetRowHeaderItems()
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
320IRawElementProviderSimple [] ITableItemProvider.GetRowHeaderItems ()
1 reference to GetRowHeaderItems
PresentationCore (1)
MS\Internal\Automation\TableItemProviderWrapper.cs (1)
161return _iface.GetRowHeaderItems();