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