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