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