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