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