12 implementations of Row
PresentationCore (2)
MS\Internal\Automation\GridItemProviderWrapper.cs (1)
57public int Row
MS\Internal\Automation\TableItemProviderWrapper.cs (1)
57public int Row
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
535int IGridItemProvider.Row
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
676int IGridItemProvider.Row
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
122int IGridItemProvider.Row { get { return Row; } }
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
101int IGridItemProvider.Row
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\EmptyElement.cs (1)
125int IGridItemProvider.Row
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
441int IGridItemProvider.Row
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
576int IGridItemProvider.Row
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
247int IGridItemProvider.Row
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
476int IGridItemProvider.Row 689int IGridItemProvider.Row
3 references to Row
PresentationCore (2)
MS\Internal\Automation\GridItemProviderWrapper.cs (1)
125return _iface.Row;
MS\Internal\Automation\TableItemProviderWrapper.cs (1)
135return _iface.Row;
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
252RaisePropertyChangedEvent(el, GridItemPattern.RowProperty, gridItem.Row);