1 interface inheriting from IGridItemProvider
UIAutomationProvider (1)
System\Windows\Automation\Provider\ITableItemProvider.cs (1)
19public interface ITableItemProvider : IGridItemProvider
10 implementations of IGridItemProvider
PresentationCore (1)
MS\Internal\Automation\GridItemProviderWrapper.cs (1)
30internal class GridItemProviderWrapper: MarshalByRefObject, IGridItemProvider
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
16IGridItemProvider, ITableItemProvider, IInvokeProvider, IScrollItemProvider, ISelectionItemProvider, IValueProvider, IVirtualizedItemProvider
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
14public sealed class DateTimeAutomationPeer : AutomationPeer, IGridItemProvider, ISelectionItemProvider, ITableItemProvider, IInvokeProvider , IVirtualizedItemProvider
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
14public class TableCellAutomationPeer : TextElementAutomationPeer, IGridItemProvider
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\EmptyElement.cs (1)
66IGridItemProvider
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
293internal class ByteEditBoxOverride : ProxyHwnd, IGridItemProvider, IRangeValueProvider
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
18ISelectionItemProvider, IValueProvider, IGridItemProvider,
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
17internal class ListViewSubItem: ProxySimple, IGridItemProvider, ITableItemProvider, IValueProvider
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
409private class WindowsStatusBarPane : ProxySimple, IGridItemProvider, IValueProvider 635private class WindowsStatusBarPaneChildOverrideProxy : ProxyHwnd, IGridItemProvider
58 references to IGridItemProvider
PresentationCore (3)
MS\Internal\Automation\GridItemProviderWrapper.cs (3)
40private GridItemProviderWrapper( AutomationPeer peer, IGridItemProvider iface ) 110return new GridItemProviderWrapper( peer, (IGridItemProvider) iface ); 160private IGridItemProvider _iface;
PresentationFramework (21)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (5)
511int IGridItemProvider.Column 519int IGridItemProvider.ColumnSpan 527IRawElementProviderSimple IGridItemProvider.ContainingGrid 535int IGridItemProvider.Row 543int IGridItemProvider.RowSpan
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (6)
627int IGridItemProvider.Column 646int IGridItemProvider.ColumnSpan 665IRawElementProviderSimple IGridItemProvider.ContainingGrid 676int IGridItemProvider.Row 705int IGridItemProvider.RowSpan 841int column = ((IGridItemProvider)this).Column;
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (5)
122int IGridItemProvider.Row { get { return Row; } } 123int IGridItemProvider.Column { get { return Column; } } 124int IGridItemProvider.RowSpan { get { return 1; } } 125int IGridItemProvider.ColumnSpan { get { return 1; } } 126IRawElementProviderSimple IGridItemProvider.ContainingGrid { get { return ProviderFromPeer(_listviewAP); } }
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (5)
101int IGridItemProvider.Row 112int IGridItemProvider.Column 123int IGridItemProvider.RowSpan 134int IGridItemProvider.ColumnSpan 145IRawElementProviderSimple IGridItemProvider.ContainingGrid
UIAutomationClientSideProviders (34)
MS\Internal\AutomationProxies\EmptyElement.cs (5)
104int IGridItemProvider.Column 111int IGridItemProvider.ColumnSpan 118IRawElementProviderSimple IGridItemProvider.ContainingGrid 125int IGridItemProvider.Row 132int IGridItemProvider.RowSpan
MS\Internal\AutomationProxies\EventManager.cs (4)
239IGridItemProvider gridItem = el.GetPatternProvider(GridItemPattern.Pattern) as IGridItemProvider; 248IGridItemProvider gridItem = el.GetPatternProvider(GridItemPattern.Pattern) as IGridItemProvider;
MS\Internal\AutomationProxies\WindowsIPAddress.cs (5)
441int IGridItemProvider.Row 448int IGridItemProvider.Column 457int IGridItemProvider.RowSpan 464int IGridItemProvider.ColumnSpan 471IRawElementProviderSimple IGridItemProvider.ContainingGrid
MS\Internal\AutomationProxies\WindowsListViewItem.cs (5)
576int IGridItemProvider.Row 601int IGridItemProvider.Column 626int IGridItemProvider.RowSpan 634int IGridItemProvider.ColumnSpan 642IRawElementProviderSimple IGridItemProvider.ContainingGrid
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (5)
247int IGridItemProvider.Row 280int IGridItemProvider.Column 288int IGridItemProvider.RowSpan 296int IGridItemProvider.ColumnSpan 304IRawElementProviderSimple IGridItemProvider.ContainingGrid
MS\Internal\AutomationProxies\WindowsStatusBar.cs (10)
476int IGridItemProvider.Row 484int IGridItemProvider.Column 492int IGridItemProvider.RowSpan 500int IGridItemProvider.ColumnSpan 508IRawElementProviderSimple IGridItemProvider.ContainingGrid 689int IGridItemProvider.Row 697int IGridItemProvider.Column 705int IGridItemProvider.RowSpan 713int IGridItemProvider.ColumnSpan 721IRawElementProviderSimple IGridItemProvider.ContainingGrid