4 references to RowStyleProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGrid.cs (4)
893get { return (Style)GetValue(RowStyleProperty); } 894set { SetValue(RowStyleProperty, value); } 910if (!DataGridHelper.IsDefaultValue(d, DataGrid.RowStyleProperty)) 912return d.GetValue(DataGrid.RowStyleProperty);