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