5 references to AlternatingRowBackgroundProperty
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (3)
608if (e.Property == AlternatingRowBackgroundProperty) 1065get { return (Brush)GetValue(AlternatingRowBackgroundProperty); } 1066set { SetValue(AlternatingRowBackgroundProperty, value); }
System\Windows\Controls\DataGridRow.cs (2)
669DataGrid.AlternatingRowBackgroundProperty); 882if (e.Property == DataGrid.RowBackgroundProperty || e.Property == DataGrid.AlternatingRowBackgroundProperty ||