4 references to RowStyleSelectorProperty
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
1004get { return (StyleSelector)GetValue(RowStyleSelectorProperty); } 1005set { SetValue(RowStyleSelectorProperty, value); } 1021if (!DataGridHelper.IsDefaultValue(d, DataGrid.RowStyleSelectorProperty)) 1023return d.GetValue(DataGrid.RowStyleSelectorProperty);