Implemented interface members:
8 references to Count
PresentationCore (8)
System\Windows\Media3D\Generated\Transform3DCollection.cs (1)
512
for (int i=0; i<this.
Count
; i++)
System\Windows\Media3D\Generated\Transform3DGroup.cs (5)
143
int count = newCollection.
Count
;
154
int count = oldCollection.
Count
;
230
int ChildrenCount = (vChildren == null) ? 0 : vChildren.
Count
;
269
int count = vChildren.
Count
;
293
int count = vChildren.
Count
;
System\Windows\Media3D\Transform3DGroup.cs (2)
93
for (int i = 0, count = children.
Count
; i < count; ++i)
120
for (int i = 0, count = children.
Count
; i < count; i++)