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)
56if ((Children == null) || (Children.Count == 0)) 64for (int i = 0; i < Children.Count; i++) 85if ((Children == null) || (Children.Count == 0)) 91for (int i = 0; i < Children.Count; i++) 108if ((Children == null) || (Children.Count == 0)) 114for (int i = Children.Count - 1; i >= 0; i--) 138if ((Children == null) || (Children.Count == 0))
Core\CSharp\System\Windows\Media\Generated\GeneralTransformCollection.cs (1)
518for (int i=0; i<this.Count; i++)
Core\CSharp\System\Windows\Media\Visual.cs (1)
4647Debug.Assert((group == null) || (group.Children.Count > 0));