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