4 references to RowStyleSelectorProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGrid.cs (4)
1005get { return (StyleSelector)GetValue(RowStyleSelectorProperty); } 1006set { SetValue(RowStyleSelectorProperty, value); } 1022if (!DataGridHelper.IsDefaultValue(d, DataGrid.RowStyleSelectorProperty)) 1024return d.GetValue(DataGrid.RowStyleSelectorProperty);