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)
107
if (timelineChildren != null && timelineChildren.
Count
> 0)
115
for (int index = 0; index < timelineChildren.
Count
; index++)
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineCollection.cs (1)
517
for (int i=0; i<this.
Count
; i++)
Core\CSharp\System\Windows\Media\Animation\Subtree.cs (2)
357
&& children.
Count
> 0
381
if (index < children.
Count
)
PresentationFramework (1)
src\Framework\System\Windows\VisualStateManager.cs (1)
756
for (int index = 0; index < storyboard.Children.
Count
; ++index)