Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
8 references to Count
PresentationCore (8)
Core\CSharp\System\Windows\Media3D\Generated\Transform3DCollection.cs (1)
526for (int i=0; i<this.Count; i++)
Core\CSharp\System\Windows\Media3D\Generated\Transform3DGroup.cs (5)
153int count = newCollection.Count; 164int count = oldCollection.Count; 246int ChildrenCount = (vChildren == null) ? 0 : vChildren.Count; 288int count = vChildren.Count; 316int count = vChildren.Count;
Core\CSharp\System\Windows\Media3D\Transform3DGroup.cs (2)
98for (int i = 0, count = children.Count; i < count; ++i) 125for (int i = 0, count = children.Count; i < count; i++)