1 write to AlternationCount
PresentationFramework (1)
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (1)
508AlternationCount = hTemplate.AlternationCount;
4 references to AlternationCount
PresentationFramework (4)
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (2)
501if (hTemplate.IsAlternationCountSet && AlternationCount == parentItemsControl.AlternationCount)
src\Framework\System\Windows\Controls\ItemsControl.cs (2)
1519int IGeneratorHost.AlternationCount { get { return AlternationCount; } } 1763int alternationCount = parentItemsControl.AlternationCount;