12 implementations of RowSpan
PresentationCore (2)
MS\Internal\Automation\GridItemProviderWrapper.cs (1)
73
public int
RowSpan
MS\Internal\Automation\TableItemProviderWrapper.cs (1)
73
public int
RowSpan
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
543
int IGridItemProvider.
RowSpan
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
705
int IGridItemProvider.
RowSpan
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
124
int IGridItemProvider.
RowSpan
{ get { return 1; } }
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
123
int IGridItemProvider.
RowSpan
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\EmptyElement.cs (1)
132
int IGridItemProvider.
RowSpan
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
457
int IGridItemProvider.
RowSpan
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
626
int IGridItemProvider.
RowSpan
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
288
int IGridItemProvider.
RowSpan
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
492
int IGridItemProvider.
RowSpan
705
int IGridItemProvider.
RowSpan
2 references to RowSpan
PresentationCore (2)
MS\Internal\Automation\GridItemProviderWrapper.cs (1)
135
return _iface.
RowSpan
;
MS\Internal\Automation\TableItemProviderWrapper.cs (1)
145
return _iface.
RowSpan
;