Implemented interface members:
11 references to Count
PresentationCore (10)
System\Windows\Media\Generated\TransformCollection.cs (1)
516
for (int i=0; i<this.
Count
; i++)
System\Windows\Media\Generated\TransformGroup.cs (5)
147
int count = newCollection.
Count
;
158
int count = oldCollection.
Count
;
234
int ChildrenCount = (vChildren == null) ? 0 : vChildren.
Count
;
273
int count = vChildren.
Count
;
297
int count = vChildren.
Count
;
System\Windows\Media\TransformGroup.cs (4)
55
if ((children == null) || (children.
Count
== 0))
62
for (int i = 1; i < children.
Count
; i++)
81
if ((children == null) || (children.
Count
== 0))
86
for (int i = 0; i < children.
Count
; i++)
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
302
for ( int i = 0; i < transformGroup.Children.
Count
; i++ )