3 references to AlternationIndexProperty
PresentationFramework (3)
System\Windows\Controls\DataGridRow.cs (3)
425
if (e.Property ==
AlternationIndexProperty
)
883
e.Property == BackgroundProperty || e.Property ==
AlternationIndexProperty
)
1043
get { return (int)GetValue(
AlternationIndexProperty
); }