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