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