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