4 references to RowStyleProperty
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
892get { return (Style)GetValue(RowStyleProperty); } 893set { SetValue(RowStyleProperty, value); } 909if (!DataGridHelper.IsDefaultValue(d, DataGrid.RowStyleProperty)) 911return d.GetValue(DataGrid.RowStyleProperty);