Implemented interface members:
9 references to Count
PresentationCore (9)
System\Windows\Media\GeneralTransformGroup.cs (7)
35if ((Children == null) || (Children.Count == 0)) 43for (int i = 0; i < Children.Count; i++) 64if ((Children == null) || (Children.Count == 0)) 70for (int i = 0; i < Children.Count; i++) 87if ((Children == null) || (Children.Count == 0)) 93for (int i = Children.Count - 1; i >= 0; i--) 116if ((Children == null) || (Children.Count == 0))
System\Windows\Media\Generated\GeneralTransformCollection.cs (1)
486for (int i = 0; i < this.Count; i++)
System\Windows\Media\Visual.cs (1)
4582Debug.Assert((group == null) || (group.Children.Count > 0));