5 references to AlternatingRowBackgroundProperty
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (3)
604if (e.Property == AlternatingRowBackgroundProperty) 1058get { return (Brush)GetValue(AlternatingRowBackgroundProperty); } 1059set { SetValue(AlternatingRowBackgroundProperty, value); }
System\Windows\Controls\DataGridRow.cs (2)
658DataGrid.AlternatingRowBackgroundProperty); 867if (e.Property == DataGrid.RowBackgroundProperty || e.Property == DataGrid.AlternatingRowBackgroundProperty ||