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