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