Implemented interface members:
8 references to Count
PresentationCore (8)
System\Windows\Media3D\Generated\Model3DCollection.cs (1)
486
for (int i=0; i<this.
Count
; i++)
System\Windows\Media3D\Generated\Model3DGroup.cs (5)
120
int count = newCollection.
Count
;
131
int count = oldCollection.
Count
;
221
int ChildrenCount = (vChildren == null) ? 0 : vChildren.
Count
;
264
int count = vChildren.
Count
;
291
int count = vChildren.
Count
;
System\Windows\Media3D\Model3DGroup.cs (2)
57
for (int i = children.
Count
- 1; i >= 0; i--)
77
for (int i = 0, count = children.
Count
; i < count; i++)