Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
9 references to Count
PresentationCore (9)
Core\CSharp\System\Windows\Media\GeneralTransformGroup.cs (7)
56
if ((Children == null) || (Children.
Count
== 0))
64
for (int i = 0; i < Children.
Count
; i++)
85
if ((Children == null) || (Children.
Count
== 0))
91
for (int i = 0; i < Children.
Count
; i++)
108
if ((Children == null) || (Children.
Count
== 0))
114
for (int i = Children.
Count
- 1; i >= 0; i--)
138
if ((Children == null) || (Children.
Count
== 0))
Core\CSharp\System\Windows\Media\Generated\GeneralTransformCollection.cs (1)
518
for (int i=0; i<this.
Count
; i++)
Core\CSharp\System\Windows\Media\Visual.cs (1)
4647
Debug.Assert((group == null) || (group.Children.
Count
> 0));