Implemented interface members:
8 references to Count
PresentationCore (8)
System\Windows\Media3D\Generated\Transform3DCollection.cs (1)
486
for (int i=0; i<this.
Count
; i++)
System\Windows\Media3D\Generated\Transform3DGroup.cs (5)
120
int count = newCollection.
Count
;
131
int count = oldCollection.
Count
;
207
int ChildrenCount = (vChildren == null) ? 0 : vChildren.
Count
;
246
int count = vChildren.
Count
;
270
int count = vChildren.
Count
;
System\Windows\Media3D\Transform3DGroup.cs (2)
76
for (int i = 0, count = children.
Count
; i < count; ++i)
103
for (int i = 0, count = children.
Count
; i < count; i++)