15 references to Count
PresentationCore (15)
Core\CSharp\MS\Internal\Ink\ExtendedPropertyCollection.cs (3)
46
if (that.
Count
!= this.
Count
)
55
for (int x = 0; x < that.
Count
; x++)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (3)
777
for (int i = 0; i < attributes.
Count
; i++)
803
Guid[] guids = new Guid[attributes.
Count
];
805
for (int x = 0; x < attributes.
Count
; x++)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
602
for (int x = epcClone.
Count
- 1; x >= 0; x--)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (5)
346
if (0 != _coreStrokes.Count || _coreStrokes.ExtendedProperties.
Count
!= 0)
1862
if (_coreStrokes.ExtendedProperties.
Count
> 0)
2198
for (i = 0; i < attributes.
Count
; i++)
2238
if (stroke.ExtendedProperties.
Count
> 0)
2241
for (i = 0; i < stroke.ExtendedProperties.
Count
; i++)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
716
if (stroke.ExtendedProperties.
Count
> 0)
807
if (stroke.ExtendedProperties.
Count
> 0)
813
for (int x = 0; x < stroke.ExtendedProperties.
Count
; x++)