Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
11 references to Count
PresentationCore (10)
Core\CSharp\System\Windows\Media\Generated\GeometryCollection.cs (1)
530
for (int i=0; i<this.
Count
; i++)
Core\CSharp\System\Windows\Media\Generated\GeometryGroup.cs (5)
164
int count = newCollection.
Count
;
175
int count = oldCollection.
Count
;
286
int ChildrenCount = (vChildren == null) ? 0 : vChildren.
Count
;
331
int count = vChildren.
Count
;
360
int count = vChildren.
Count
;
Core\CSharp\System\Windows\Media\GeometryGroup.cs (4)
88
for (int i = 0; i < children.
Count
; i++)
119
for (int i=0; i<children.
Count
; i++)
133
return (children == null) || (children.
Count
== 0);
149
for (int i = 0; i < children.
Count
; i++)
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
391
Debug.Assert(geometry.Children.
Count
== 3, "unexpected geometry children count");