15 references to Count
PresentationCore (15)
MS\Internal\Ink\ExtendedPropertyCollection.cs (3)
34
if (that.
Count
!= this.
Count
)
43
for (int x = 0; x < that.
Count
; x++)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (3)
724
for (int i = 0; i < attributes.
Count
; i++)
750
Guid[] guids = new Guid[attributes.
Count
];
752
for (int x = 0; x < attributes.
Count
; x++)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
562
for (int x = epcClone.
Count
- 1; x >= 0; x--)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (5)
323
if (0 != _coreStrokes.Count || _coreStrokes.ExtendedProperties.
Count
!= 0)
1815
if (_coreStrokes.ExtendedProperties.
Count
> 0)
2124
for (i = 0; i < attributes.
Count
; i++)
2164
if (stroke.ExtendedProperties.
Count
> 0)
2167
for (i = 0; i < stroke.ExtendedProperties.
Count
; i++)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
670
if (stroke.ExtendedProperties.
Count
> 0)
761
if (stroke.ExtendedProperties.
Count
> 0)
767
for (int x = 0; x < stroke.ExtendedProperties.
Count
; x++)