Implemented interface members:
9 references to Count
PresentationCore (9)
System\Windows\Media3D\GeneralTransform3DGroup.cs (8)
39
if ((children == null) || (children.
Count
== 0))
46
for (int i = 0, count = children.
Count
; i < count; i++)
71
if ((children == null) || (children.
Count
== 0))
77
for (int i = 0, count = children.
Count
; i < count; i++)
95
if ((children == null) || (children.
Count
== 0))
101
for (int i = children.
Count
- 1; i >= 0; i--)
127
if ((children == null) || (children.
Count
== 0))
133
for (int i = 0, count = children.
Count
; i < count; i++)
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (1)
484
for (int i=0; i<this.
Count
; i++)