Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
4 references to Count
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\PathSegmentCollection.cs (1)
518for (int i=0; i<this.Count; i++)
Core\CSharp\System\Windows\Media\PathFigure.cs (3)
130int count = segments.Count; 154int count = segments.Count; 249int pathSegmentCount = segments == null ? 0 : segments.Count;