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