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