5 references to AlternatingRowBackgroundProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\DataGrid.cs (3)
609if (e.Property == AlternatingRowBackgroundProperty) 1066get { return (Brush)GetValue(AlternatingRowBackgroundProperty); } 1067set { SetValue(AlternatingRowBackgroundProperty, value); }
src\Framework\System\Windows\Controls\DataGridRow.cs (2)
670DataGrid.AlternatingRowBackgroundProperty); 883if (e.Property == DataGrid.RowBackgroundProperty || e.Property == DataGrid.AlternatingRowBackgroundProperty ||