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