Implemented interface members:
9 references to Count
PresentationCore (9)
System\Windows\Media3D\GeneralTransform3DGroup.cs (8)
57
if ((children == null) || (children.
Count
== 0))
64
for (int i = 0, count = children.
Count
; i < count; i++)
89
if ((children == null) || (children.
Count
== 0))
95
for (int i = 0, count = children.
Count
; i < count; i++)
113
if ((children == null) || (children.
Count
== 0))
119
for (int i = children.
Count
- 1; i >= 0; i--)
145
if ((children == null) || (children.
Count
== 0))
151
for (int i = 0, count = children.
Count
; i < count; i++)
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (1)
498
for (int i=0; i<this.
Count
; i++)