Implemented interface members:
9 references to Count
PresentationCore (9)
System\Windows\Media3D\GeneralTransform3DGroup.cs (8)
40
if ((children == null) || (children.
Count
== 0))
47
for (int i = 0, count = children.
Count
; i < count; i++)
72
if ((children == null) || (children.
Count
== 0))
78
for (int i = 0, count = children.
Count
; i < count; i++)
96
if ((children == null) || (children.
Count
== 0))
102
for (int i = children.
Count
- 1; i >= 0; i--)
128
if ((children == null) || (children.
Count
== 0))
134
for (int i = 0, count = children.
Count
; i < count; i++)
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (1)
471
for (int i=0; i<this.
Count
; i++)