Implemented interface members:
4 references to Count
PresentationCore (3)
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++)
PresentationFramework (1)
System\Windows\VisualStateManager.cs (1)
693
for (int index = 0; index < storyboard.Children.
Count
; ++index)