12 implementations of Row
PresentationCore (2)
MS\Internal\Automation\GridItemProviderWrapper.cs (1)
58public int Row
MS\Internal\Automation\TableItemProviderWrapper.cs (1)
58public int Row
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
536int IGridItemProvider.Row
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
680int IGridItemProvider.Row
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
123int IGridItemProvider.Row { get { return Row; } }
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
102int IGridItemProvider.Row
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\EmptyElement.cs (1)
126int IGridItemProvider.Row
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
442int IGridItemProvider.Row
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
577int IGridItemProvider.Row
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
248int IGridItemProvider.Row
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
477int IGridItemProvider.Row 690int IGridItemProvider.Row
3 references to Row
PresentationCore (2)
MS\Internal\Automation\GridItemProviderWrapper.cs (1)
126return _iface.Row;
MS\Internal\Automation\TableItemProviderWrapper.cs (1)
136return _iface.Row;
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
253RaisePropertyChangedEvent(el, GridItemPattern.RowProperty, gridItem.Row);