4 references to RowHeightProperty
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (2)
1090
get { return (double)GetValue(
RowHeightProperty
); }
1091
set { SetValue(
RowHeightProperty
, value); }
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (2)
200
DataGrid.
RowHeightProperty
);
402
else if (e.Property == DataGrid.
RowHeightProperty
|| e.Property == HeightProperty)