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)
518
for (int i=0; i<this.
Count
; i++)
Core\CSharp\System\Windows\Media\PathFigure.cs (3)
130
int count = segments.
Count
;
154
int count = segments.
Count
;
249
int pathSegmentCount = segments == null ? 0 : segments.
Count
;