2 references to AlternationIndexProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridRow.cs (1)
1053public static readonly DependencyProperty AlternationIndexProperty = ItemsControl.AlternationIndexProperty.AddOwner(typeof(DataGridRow));
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
1105return (int)element.GetValue(AlternationIndexProperty);