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