4 references to RowBackgroundProperty
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (2)
1041
get { return (Brush)GetValue(
RowBackgroundProperty
); }
1042
set { SetValue(
RowBackgroundProperty
, value); }
System\Windows\Controls\DataGridRow.cs (2)
650
DataGrid.
RowBackgroundProperty
);
868
if (e.Property == DataGrid.
RowBackgroundProperty
|| e.Property == DataGrid.AlternatingRowBackgroundProperty ||