10 implementations of GetItem
PresentationCore (2)
MS\Internal\Automation\GridProviderWrapper.cs (1)
57
public IRawElementProviderSimple
GetItem
(int row, int column)
MS\Internal\Automation\TableProviderWrapper.cs (1)
58
public IRawElementProviderSimple
GetItem
(int row, int column)
PresentationFramework (4)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
354
IRawElementProviderSimple IGridProvider.
GetItem
(int row, int column)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
143
IRawElementProviderSimple IGridProvider.
GetItem
(int row, int column)
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
191
IRawElementProviderSimple IGridProvider.
GetItem
(int row, int column)
System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
125
IRawElementProviderSimple IGridProvider.
GetItem
(int row, int column)
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
170
IRawElementProviderSimple IGridProvider.
GetItem
(int row, int column)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
734
IRawElementProviderSimple IGridProvider.
GetItem
(int row, int column)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
359
IRawElementProviderSimple IGridProvider.
GetItem
(int row, int column)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
250
IRawElementProviderSimple IGridProvider.
GetItem
(int row, int column)
2 references to GetItem
PresentationCore (2)
MS\Internal\Automation\GridProviderWrapper.cs (1)
107
return _iface.
GetItem
( coords[ 0 ], coords[ 1 ] );
MS\Internal\Automation\TableProviderWrapper.cs (1)
126
return _iface.
GetItem
( coords[ 0 ], coords[ 1 ] );