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