Implemented interface members:
9 references to Count
PresentationCore (9)
System\Windows\Media\GeneralTransformGroup.cs (7)
36
if ((Children == null) || (Children.
Count
== 0))
44
for (int i = 0; i < Children.
Count
; i++)
65
if ((Children == null) || (Children.
Count
== 0))
71
for (int i = 0; i < Children.
Count
; i++)
88
if ((Children == null) || (Children.
Count
== 0))
94
for (int i = Children.
Count
- 1; i >= 0; i--)
117
if ((Children == null) || (Children.
Count
== 0))
System\Windows\Media\Generated\GeneralTransformCollection.cs (1)
471
for (int i=0; i<this.
Count
; i++)
System\Windows\Media\Visual.cs (1)
4585
Debug.Assert((group == null) || (group.Children.
Count
> 0));