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