4 references to RowStyleSelectorProperty
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
998get { return (StyleSelector)GetValue(RowStyleSelectorProperty); } 999set { SetValue(RowStyleSelectorProperty, value); } 1015if (!DataGridHelper.IsDefaultValue(d, DataGrid.RowStyleSelectorProperty)) 1017return d.GetValue(DataGrid.RowStyleSelectorProperty);