Implemented interface members:
11 references to Count
PresentationCore (10)
System\Windows\Media\Generated\GeometryCollection.cs (1)
498for (int i=0; i<this.Count; i++)
System\Windows\Media\Generated\GeometryGroup.cs (5)
140int count = newCollection.Count; 151int count = oldCollection.Count; 256int ChildrenCount = (vChildren == null) ? 0 : vChildren.Count; 301int count = vChildren.Count; 330int count = vChildren.Count;
System\Windows\Media\GeometryGroup.cs (4)
66for (int i = 0; i < children.Count; i++) 97for (int i=0; i<children.Count; i++) 111return (children == null) || (children.Count == 0); 127for (int i = 0; i < children.Count; i++)
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
369Debug.Assert(geometry.Children.Count == 3, "unexpected geometry children count");