10 implementations of GetItem
PresentationCore (2)
MS\Internal\Automation\GridProviderWrapper.cs (1)
58
public IRawElementProviderSimple
GetItem
(int row, int column)
MS\Internal\Automation\TableProviderWrapper.cs (1)
59
public IRawElementProviderSimple
GetItem
(int row, int column)
PresentationFramework (4)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
358
IRawElementProviderSimple IGridProvider.
GetItem
(int row, int column)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
144
IRawElementProviderSimple IGridProvider.
GetItem
(int row, int column)
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
192
IRawElementProviderSimple IGridProvider.
GetItem
(int row, int column)
System\Windows\Automation\Peers\TableAutomationPeer.cs (1)
126
IRawElementProviderSimple IGridProvider.
GetItem
(int row, int column)
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
171
IRawElementProviderSimple IGridProvider.
GetItem
(int row, int column)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
735
IRawElementProviderSimple IGridProvider.
GetItem
(int row, int column)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
360
IRawElementProviderSimple IGridProvider.
GetItem
(int row, int column)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
251
IRawElementProviderSimple IGridProvider.
GetItem
(int row, int column)
2 references to GetItem
PresentationCore (2)
MS\Internal\Automation\GridProviderWrapper.cs (1)
108
return _iface.
GetItem
( coords[ 0 ], coords[ 1 ] );
MS\Internal\Automation\TableProviderWrapper.cs (1)
127
return _iface.
GetItem
( coords[ 0 ], coords[ 1 ] );