6 references to RowSpanProperty
PresentationFramework (6)
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
701return (int)owningButton.GetValue(Grid.RowSpanProperty);
src\Framework\System\Windows\Controls\Grid.cs (2)
265element.SetValue(RowSpanProperty, value); 281return ((int)element.GetValue(RowSpanProperty));
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
526int gridSpan = (int)GetValue(_resizeData.ResizeDirection == GridResizeDirection.Columns ? Grid.ColumnSpanProperty : Grid.RowSpanProperty);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2772DependencyProperty dp = System.Windows.Controls.Grid.RowSpanProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1809return System.Windows.Controls.Grid.RowSpanProperty;