12 references to AlternationCountProperty
PresentationFramework (7)
System\Windows\Controls\DataGrid.cs (2)
52
AlternationCountProperty
.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(0, null, new CoerceValueCallback(OnCoerceAlternationCount)));
611
CoerceValue(
AlternationCountProperty
);
System\Windows\Controls\HeaderedItemsControl.cs (1)
508
ClearValue(
AlternationCountProperty
);
System\Windows\Controls\ItemsControl.cs (4)
1052
get { return (int) GetValue(
AlternationCountProperty
); }
1053
set { SetValue(
AlternationCountProperty
, value); }
1787
Helper.HasDefaultValue(this,
AlternationCountProperty
))
1789
SetValue(
AlternationCountProperty
, alternationCount);
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1052
var alternationCount = RibbonHelper.GetValueAndValueSource(childItemsControl, ItemsControl.
AlternationCountProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2188
var alternationCount = RibbonHelper.GetValueAndValueSource(category, ItemsControl.
AlternationCountProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (2)
319
RestoreValue(itemsControl, ItemsControl.
AlternationCountProperty
, alternationCount);
1702
new PropertyAndTransferMode () { Property = ItemsControl.
AlternationCountProperty
, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
260
var alternationCount = RibbonHelper.GetValueAndValueSource(childItemsControl, ItemsControl.
AlternationCountProperty
);