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)
530for (int i=0; i<this.Count; i++)
Core\CSharp\System\Windows\Media\Generated\GeometryGroup.cs (5)
164int count = newCollection.Count; 175int count = oldCollection.Count; 286int ChildrenCount = (vChildren == null) ? 0 : vChildren.Count; 331int count = vChildren.Count; 360int count = vChildren.Count;
Core\CSharp\System\Windows\Media\GeometryGroup.cs (4)
88for (int i = 0; i < children.Count; i++) 119for (int i=0; i<children.Count; i++) 133return (children == null) || (children.Count == 0); 149for (int i = 0; i < children.Count; i++)
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
391Debug.Assert(geometry.Children.Count == 3, "unexpected geometry children count");