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