12 implementations of RowSpan
PresentationCore (2)
MS\Internal\Automation\GridItemProviderWrapper.cs (1)
74
public int
RowSpan
MS\Internal\Automation\TableItemProviderWrapper.cs (1)
74
public int
RowSpan
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
544
int IGridItemProvider.
RowSpan
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
709
int IGridItemProvider.
RowSpan
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
125
int IGridItemProvider.
RowSpan
{ get { return 1; } }
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
124
int IGridItemProvider.
RowSpan
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\EmptyElement.cs (1)
133
int IGridItemProvider.
RowSpan
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
458
int IGridItemProvider.
RowSpan
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
627
int IGridItemProvider.
RowSpan
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
289
int IGridItemProvider.
RowSpan
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
493
int IGridItemProvider.
RowSpan
706
int IGridItemProvider.
RowSpan
2 references to RowSpan
PresentationCore (2)
MS\Internal\Automation\GridItemProviderWrapper.cs (1)
136
return _iface.
RowSpan
;
MS\Internal\Automation\TableItemProviderWrapper.cs (1)
146
return _iface.
RowSpan
;