Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
9 references to Count
PresentationCore (9)
Core\CSharp\System\Windows\Media3D\GeneralTransform3DGroup.cs (8)
60
if ((children == null) || (children.
Count
== 0))
67
for (int i = 0, count = children.
Count
; i < count; i++)
92
if ((children == null) || (children.
Count
== 0))
98
for (int i = 0, count = children.
Count
; i < count; i++)
116
if ((children == null) || (children.
Count
== 0))
122
for (int i = children.
Count
- 1; i >= 0; i--)
149
if ((children == null) || (children.
Count
== 0))
155
for (int i = 0, count = children.
Count
; i < count; i++)
Core\CSharp\System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (1)
514
for (int i=0; i<this.
Count
; i++)