Implemented interface members:
9 references to Count
PresentationCore (9)
System\Windows\Media\GeneralTransformGroup.cs (7)
36if ((Children == null) || (Children.Count == 0)) 44for (int i = 0; i < Children.Count; i++) 65if ((Children == null) || (Children.Count == 0)) 71for (int i = 0; i < Children.Count; i++) 88if ((Children == null) || (Children.Count == 0)) 94for (int i = Children.Count - 1; i >= 0; i--) 117if ((Children == null) || (Children.Count == 0))
System\Windows\Media\Generated\GeneralTransformCollection.cs (1)
471for (int i=0; i<this.Count; i++)
System\Windows\Media\Visual.cs (1)
4585Debug.Assert((group == null) || (group.Children.Count > 0));