6 references to RowSpanProperty
PresentationFramework (6)
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
717return (int)owningButton.GetValue(Grid.RowSpanProperty);
System\Windows\Controls\Grid.cs (2)
201element.SetValue(RowSpanProperty, value); 214return ((int)element.GetValue(RowSpanProperty));
System\Windows\Controls\GridSplitter.cs (1)
523int gridSpan = (int)GetValue(_resizeData.ResizeDirection == GridResizeDirection.Columns ? Grid.ColumnSpanProperty : Grid.RowSpanProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2869DependencyProperty dp = System.Windows.Controls.Grid.RowSpanProperty;
System\Windows\Markup\KnownTypes.cs (1)
1801return System.Windows.Controls.Grid.RowSpanProperty;