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