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