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