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