6 references to RowSpanProperty
PresentationFramework (6)
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
725return (int)owningButton.GetValue(Grid.RowSpanProperty);
System\Windows\Controls\Grid.cs (2)
213element.SetValue(RowSpanProperty, value); 226return ((int)element.GetValue(RowSpanProperty));
System\Windows\Controls\GridSplitter.cs (1)
524int gridSpan = (int)GetValue(_resizeData.ResizeDirection == GridResizeDirection.Columns ? Grid.ColumnSpanProperty : Grid.RowSpanProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2780DependencyProperty dp = System.Windows.Controls.Grid.RowSpanProperty;
System\Windows\Markup\KnownTypes.cs (1)
1808return System.Windows.Controls.Grid.RowSpanProperty;