Implemented interface members:
9 references to Count
PresentationCore (9)
System\Windows\Media\GeneralTransformGroup.cs (7)
53
if ((Children == null) || (Children.
Count
== 0))
61
for (int i = 0; i < Children.
Count
; i++)
82
if ((Children == null) || (Children.
Count
== 0))
88
for (int i = 0; i < Children.
Count
; i++)
105
if ((Children == null) || (Children.
Count
== 0))
111
for (int i = Children.
Count
- 1; i >= 0; i--)
134
if ((Children == null) || (Children.
Count
== 0))
System\Windows\Media\Generated\GeneralTransformCollection.cs (1)
502
for (int i=0; i<this.
Count
; i++)
System\Windows\Media\Visual.cs (1)
4601
Debug.Assert((group == null) || (group.Children.
Count
> 0));