Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
7 references to Count
PresentationCore (7)
Core\CSharp\System\Windows\Media3D\Generated\MaterialCollection.cs (1)
526
for (int i=0; i<this.
Count
; i++)
Core\CSharp\System\Windows\Media3D\Generated\MaterialGroup.cs (5)
153
int count = newCollection.
Count
;
164
int count = oldCollection.
Count
;
246
int ChildrenCount = (vChildren == null) ? 0 : vChildren.
Count
;
288
int count = vChildren.
Count
;
316
int count = vChildren.
Count
;
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (1)
539
for (int i=0, count = children.
Count
; i < count; i++)