Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
6 references to Count
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\ClockGroup.cs (2)
107if (timelineChildren != null && timelineChildren.Count > 0) 115for (int index = 0; index < timelineChildren.Count; index++)
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineCollection.cs (1)
517for (int i=0; i<this.Count; i++)
Core\CSharp\System\Windows\Media\Animation\Subtree.cs (2)
357&& children.Count > 0 381if (index < children.Count)
PresentationFramework (1)
src\Framework\System\Windows\VisualStateManager.cs (1)
756for (int index = 0; index < storyboard.Children.Count; ++index)