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