1 interface inheriting from IGridItemProvider
UIAutomationProvider (1)
System\Windows\Automation\Provider\ITableItemProvider.cs (1)
20public interface ITableItemProvider : IGridItemProvider
10 implementations of IGridItemProvider
PresentationCore (1)
MS\Internal\Automation\GridItemProviderWrapper.cs (1)
31internal class GridItemProviderWrapper: MarshalByRefObject, IGridItemProvider
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
17IGridItemProvider, ITableItemProvider, IInvokeProvider, IScrollItemProvider, ISelectionItemProvider, IValueProvider, IVirtualizedItemProvider
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
15public sealed class DateTimeAutomationPeer : AutomationPeer, IGridItemProvider, ISelectionItemProvider, ITableItemProvider, IInvokeProvider , IVirtualizedItemProvider
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
15public class TableCellAutomationPeer : TextElementAutomationPeer, IGridItemProvider
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\EmptyElement.cs (1)
67IGridItemProvider
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
294class ByteEditBoxOverride : ProxyHwnd, IGridItemProvider, IRangeValueProvider
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
19ISelectionItemProvider, IValueProvider, IGridItemProvider,
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
18internal class ListViewSubItem: ProxySimple, IGridItemProvider, ITableItemProvider, IValueProvider
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
410class WindowsStatusBarPane : ProxySimple, IGridItemProvider, IValueProvider 636class WindowsStatusBarPaneChildOverrideProxy : ProxyHwnd, IGridItemProvider
58 references to IGridItemProvider
PresentationCore (3)
MS\Internal\Automation\GridItemProviderWrapper.cs (3)
41private GridItemProviderWrapper( AutomationPeer peer, IGridItemProvider iface ) 111return new GridItemProviderWrapper( peer, (IGridItemProvider) iface ); 161private IGridItemProvider _iface;
PresentationFramework (21)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (5)
512int IGridItemProvider.Column 520int IGridItemProvider.ColumnSpan 528IRawElementProviderSimple IGridItemProvider.ContainingGrid 536int IGridItemProvider.Row 544int IGridItemProvider.RowSpan
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (6)
631int IGridItemProvider.Column 650int IGridItemProvider.ColumnSpan 669IRawElementProviderSimple IGridItemProvider.ContainingGrid 680int IGridItemProvider.Row 709int IGridItemProvider.RowSpan 845int column = ((IGridItemProvider)this).Column;
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (5)
123int IGridItemProvider.Row { get { return Row; } } 124int IGridItemProvider.Column { get { return Column; } } 125int IGridItemProvider.RowSpan { get { return 1; } } 126int IGridItemProvider.ColumnSpan { get { return 1; } } 127IRawElementProviderSimple IGridItemProvider.ContainingGrid { get { return ProviderFromPeer(_listviewAP); } }
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (5)
102int IGridItemProvider.Row 113int IGridItemProvider.Column 124int IGridItemProvider.RowSpan 135int IGridItemProvider.ColumnSpan 146IRawElementProviderSimple IGridItemProvider.ContainingGrid
UIAutomationClientSideProviders (34)
MS\Internal\AutomationProxies\EmptyElement.cs (5)
105int IGridItemProvider.Column 112int IGridItemProvider.ColumnSpan 119IRawElementProviderSimple IGridItemProvider.ContainingGrid 126int IGridItemProvider.Row 133int IGridItemProvider.RowSpan
MS\Internal\AutomationProxies\EventManager.cs (4)
240IGridItemProvider gridItem = el.GetPatternProvider(GridItemPattern.Pattern) as IGridItemProvider; 249IGridItemProvider gridItem = el.GetPatternProvider(GridItemPattern.Pattern) as IGridItemProvider;
MS\Internal\AutomationProxies\WindowsIPAddress.cs (5)
442int IGridItemProvider.Row 449int IGridItemProvider.Column 458int IGridItemProvider.RowSpan 465int IGridItemProvider.ColumnSpan 472IRawElementProviderSimple IGridItemProvider.ContainingGrid
MS\Internal\AutomationProxies\WindowsListViewItem.cs (5)
577int IGridItemProvider.Row 602int IGridItemProvider.Column 627int IGridItemProvider.RowSpan 635int IGridItemProvider.ColumnSpan 643IRawElementProviderSimple IGridItemProvider.ContainingGrid
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (5)
248int IGridItemProvider.Row 281int IGridItemProvider.Column 289int IGridItemProvider.RowSpan 297int IGridItemProvider.ColumnSpan 305IRawElementProviderSimple IGridItemProvider.ContainingGrid
MS\Internal\AutomationProxies\WindowsStatusBar.cs (10)
477int IGridItemProvider.Row 485int IGridItemProvider.Column 493int IGridItemProvider.RowSpan 501int IGridItemProvider.ColumnSpan 509IRawElementProviderSimple IGridItemProvider.ContainingGrid 690int IGridItemProvider.Row 698int IGridItemProvider.Column 706int IGridItemProvider.RowSpan 714int IGridItemProvider.ColumnSpan 722IRawElementProviderSimple IGridItemProvider.ContainingGrid