Implemented interface members:
11 references to Count
PresentationCore (10)
System\Windows\Media\Generated\TransformCollection.cs (1)
486
for (int i=0; i<this.
Count
; i++)
System\Windows\Media\Generated\TransformGroup.cs (5)
120
int count = newCollection.
Count
;
131
int count = oldCollection.
Count
;
207
int ChildrenCount = (vChildren == null) ? 0 : vChildren.
Count
;
246
int count = vChildren.
Count
;
270
int count = vChildren.
Count
;
System\Windows\Media\TransformGroup.cs (4)
38
if ((children == null) || (children.
Count
== 0))
45
for (int i = 1; i < children.
Count
; i++)
64
if ((children == null) || (children.
Count
== 0))
69
for (int i = 0; i < children.
Count
; i++)
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
300
for ( int i = 0; i < transformGroup.Children.
Count
; i++ )