5 implementations of ITableProvider
PresentationCore (1)
MS\Internal\Automation\TableProviderWrapper.cs (1)
31internal class TableProviderWrapper: MarshalByRefObject, ITableProvider
PresentationFramework (3)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
15public sealed class CalendarAutomationPeer : FrameworkElementAutomationPeer, IGridProvider, IMultipleViewProvider, ISelectionProvider, ITableProvider, IItemContainerProvider
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
15IGridProvider, ISelectionProvider, ITableProvider
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
24public class GridViewAutomationPeer : IViewAutomationPeer, ITableProvider
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
46internal class WindowsListView: ProxyHwnd, ISelectionProvider, IScrollProvider, IGridProvider, IMultipleViewProvider, ITableProvider
20 references to ITableProvider
PresentationCore (3)
MS\Internal\Automation\TableProviderWrapper.cs (3)
41private TableProviderWrapper( AutomationPeer peer, ITableProvider iface ) 110return new TableProviderWrapper( peer, (ITableProvider) iface ); 166private ITableProvider _iface;
PresentationFramework (10)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (3)
591RowOrColumnMajor ITableProvider.RowOrColumnMajor 599IRawElementProviderSimple[] ITableProvider.GetColumnHeaders() 631IRawElementProviderSimple[] ITableProvider.GetRowHeaders()
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (3)
226RowOrColumnMajor ITableProvider.RowOrColumnMajor 234IRawElementProviderSimple[] ITableProvider.GetColumnHeaders() 268IRawElementProviderSimple[] ITableProvider.GetRowHeaders()
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
837IRawElementProviderSimple[] headers = ((ITableProvider)FrameworkElementAutomationPeer.CreatePeerForElement(this.OwningCalendar)).GetColumnHeaders();
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (3)
120RowOrColumnMajor ITableProvider.RowOrColumnMajor 128IRawElementProviderSimple[] ITableProvider.GetColumnHeaders() 155IRawElementProviderSimple[] ITableProvider.GetRowHeaders()
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\EventManager.cs (4)
257ITableProvider table = el.GetPatternProvider(TablePattern.Pattern) as ITableProvider; 266ITableProvider table = el.GetPatternProvider(TablePattern.Pattern) as ITableProvider;
MS\Internal\AutomationProxies\WindowsListView.cs (3)
779IRawElementProviderSimple [] ITableProvider.GetRowHeaders () 785IRawElementProviderSimple [] ITableProvider.GetColumnHeaders () 807RowOrColumnMajor ITableProvider.RowOrColumnMajor