4 references to RowStyleProperty
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
889
get { return (Style)GetValue(
RowStyleProperty
); }
890
set { SetValue(
RowStyleProperty
, value); }
906
if (!DataGridHelper.IsDefaultValue(d, DataGrid.
RowStyleProperty
))
908
return d.GetValue(DataGrid.
RowStyleProperty
);