6 references to RowSpanProperty
PresentationFramework (6)
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
725
return (int)owningButton.GetValue(Grid.
RowSpanProperty
);
System\Windows\Controls\Grid.cs (2)
213
element.SetValue(
RowSpanProperty
, value);
226
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)
2780
DependencyProperty dp = System.Windows.Controls.Grid.
RowSpanProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1808
return System.Windows.Controls.Grid.
RowSpanProperty
;