4 references to RowStyleProperty
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
886get { return (Style)GetValue(RowStyleProperty); } 887set { SetValue(RowStyleProperty, value); } 903if (!DataGridHelper.IsDefaultValue(d, DataGrid.RowStyleProperty)) 905return d.GetValue(DataGrid.RowStyleProperty);