7 references to AlternationCountProperty
PresentationFramework (7)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
53
AlternationCountProperty
.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(0, null, new CoerceValueCallback(OnCoerceAlternationCount)));
612
CoerceValue(
AlternationCountProperty
);
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (1)
504
ClearValue(
AlternationCountProperty
);
src\Framework\System\Windows\Controls\ItemsControl.cs (4)
1054
get { return (int) GetValue(
AlternationCountProperty
); }
1055
set { SetValue(
AlternationCountProperty
, value); }
1790
Helper.HasDefaultValue(this,
AlternationCountProperty
))
1792
SetValue(
AlternationCountProperty
, alternationCount);