4 references to RowStyleSelectorProperty
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
1001get { return (StyleSelector)GetValue(RowStyleSelectorProperty); } 1002set { SetValue(RowStyleSelectorProperty, value); } 1018if (!DataGridHelper.IsDefaultValue(d, DataGrid.RowStyleSelectorProperty)) 1020return d.GetValue(DataGrid.RowStyleSelectorProperty);