Implemented interface members:
9 references to Count
PresentationCore (9)
System\Windows\Media\GeneralTransformGroup.cs (7)
54if ((Children == null) || (Children.Count == 0)) 62for (int i = 0; i < Children.Count; i++) 83if ((Children == null) || (Children.Count == 0)) 89for (int i = 0; i < Children.Count; i++) 106if ((Children == null) || (Children.Count == 0)) 112for (int i = Children.Count - 1; i >= 0; i--) 136if ((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)
4607Debug.Assert((group == null) || (group.Children.Count > 0));