Implemented interface members:
8 references to Count
PresentationCore (8)
System\Windows\Media3D\Generated\Transform3DCollection.cs (1)
496
for (int i=0; i<this.
Count
; i++)
System\Windows\Media3D\Generated\Transform3DGroup.cs (5)
131
int count = newCollection.
Count
;
142
int count = oldCollection.
Count
;
218
int ChildrenCount = (vChildren == null) ? 0 : vChildren.
Count
;
260
int count = vChildren.
Count
;
288
int count = vChildren.
Count
;
System\Windows\Media3D\Transform3DGroup.cs (2)
75
for (int i = 0, count = children.
Count
; i < count; ++i)
102
for (int i = 0, count = children.
Count
; i < count; i++)