4 references to RowStyleProperty
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
886
get { return (Style)GetValue(
RowStyleProperty
); }
887
set { SetValue(
RowStyleProperty
, value); }
903
if (!DataGridHelper.IsDefaultValue(d, DataGrid.
RowStyleProperty
))
905
return d.GetValue(DataGrid.
RowStyleProperty
);