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