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