2 references to RowsProperty
PresentationFramework (2)
System\Windows\Controls\Primitives\UniformGrid.cs (2)
117
get { return (int)GetValue(
RowsProperty
); }
118
set { SetValue(
RowsProperty
, value); }