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