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