Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
11 references to Count
PresentationCore (10)
Core\CSharp\System\Windows\Media\Generated\TransformCollection.cs (1)
530
for (int i=0; i<this.
Count
; i++)
Core\CSharp\System\Windows\Media\Generated\TransformGroup.cs (5)
157
int count = newCollection.
Count
;
168
int count = oldCollection.
Count
;
250
int ChildrenCount = (vChildren == null) ? 0 : vChildren.
Count
;
292
int count = vChildren.
Count
;
320
int count = vChildren.
Count
;
Core\CSharp\System\Windows\Media\TransformGroup.cs (4)
57
if ((children == null) || (children.
Count
== 0))
64
for (int i = 1; i < children.
Count
; i++)
83
if ((children == null) || (children.
Count
== 0))
88
for (int i = 0; i < children.
Count
; i++)
PresentationFramework (1)
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
314
for ( int i = 0; i < transformGroup.Children.
Count
; i++ )