3 writes to RepeatCount
PresentationFramework (3)
src\Framework\System\Windows\Controls\MultipleCopiesCollection.cs (3)
182RepeatCount++; 205RepeatCount--; 225RepeatCount = 0;
7 references to RepeatCount
PresentationFramework (7)
src\Framework\System\Windows\Controls\MultipleCopiesCollection.cs (7)
104int oldCount = RepeatCount; 120Debug.Assert(RepeatCount == newCount, "We should have properly updated the RepeatCount"); 203Debug.Assert((index >= 0) && (index < RepeatCount), "Index out of range"); 292if ((index >= 0) && (index < RepeatCount)) 320get { return RepeatCount; } 348_count = _collection.RepeatCount; 411return (_collection.RepeatCount == _count) && (_collection.CopiedItem == _item);