4 references to RowStyleProperty
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
889get { return (Style)GetValue(RowStyleProperty); } 890set { SetValue(RowStyleProperty, value); } 906if (!DataGridHelper.IsDefaultValue(d, DataGrid.RowStyleProperty)) 908return d.GetValue(DataGrid.RowStyleProperty);