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