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