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