Implemented interface members:
7 references to Count
PresentationCore (7)
System\Windows\Media3D\Generated\MaterialCollection.cs (1)
497
for (int i=0; i<this.
Count
; i++)
System\Windows\Media3D\Generated\MaterialGroup.cs (5)
134
int count = newCollection.
Count
;
145
int count = oldCollection.
Count
;
221
int ChildrenCount = (vChildren == null) ? 0 : vChildren.
Count
;
263
int count = vChildren.
Count
;
291
int count = vChildren.
Count
;
System\Windows\Media3D\Viewport2DVisual3D.cs (1)
513
for (int i = 0, count = children.
Count
; i < count; i++)