Implemented interface members:
9 references to Count
PresentationCore (9)
System\Windows\Media\GeneralTransformGroup.cs (7)
35
if ((Children == null) || (Children.
Count
== 0))
43
for (int i = 0; i < Children.
Count
; i++)
64
if ((Children == null) || (Children.
Count
== 0))
70
for (int i = 0; i < Children.
Count
; i++)
87
if ((Children == null) || (Children.
Count
== 0))
93
for (int i = Children.
Count
- 1; i >= 0; i--)
116
if ((Children == null) || (Children.
Count
== 0))
System\Windows\Media\Generated\GeneralTransformCollection.cs (1)
486
for (int i = 0; i < this.
Count
; i++)
System\Windows\Media\Visual.cs (1)
4582
Debug.Assert((group == null) || (group.Children.
Count
> 0));