Implemented interface members:
5 references to Count
PresentationCore (4)
System\Windows\Media\Animation\ClockGroup.cs (2)
105
if (timelineChildren != null && timelineChildren.
Count
> 0)
113
for (int index = 0; index < timelineChildren.
Count
; index++)
System\Windows\Media\Animation\Generated\TimelineCollection.cs (1)
504
for (int i=0; i<this.
Count
; i++)
System\Windows\Media\Animation\Timeline.cs (1)
1053
for (int childIndex = 0; childIndex < children.
Count
; childIndex++)
PresentationFramework (1)
System\Windows\VisualStateManager.cs (1)
699
for (int index = 0; index < storyboard.Children.
Count
; ++index)