15 references to Count
PresentationCore (15)
MS\Internal\Ink\ExtendedPropertyCollection.cs (3)
49
if (that.
Count
!= this.
Count
)
58
for (int x = 0; x < that.
Count
; x++)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (3)
740
for (int i = 0; i < attributes.
Count
; i++)
766
Guid[] guids = new Guid[attributes.
Count
];
768
for (int x = 0; x < attributes.
Count
; x++)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
572
for (int x = epcClone.
Count
- 1; x >= 0; x--)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (5)
336
if (0 != _coreStrokes.Count || _coreStrokes.ExtendedProperties.
Count
!= 0)
1830
if (_coreStrokes.ExtendedProperties.
Count
> 0)
2147
for (i = 0; i < attributes.
Count
; i++)
2187
if (stroke.ExtendedProperties.
Count
> 0)
2190
for (i = 0; i < stroke.ExtendedProperties.
Count
; i++)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
677
if (stroke.ExtendedProperties.
Count
> 0)
768
if (stroke.ExtendedProperties.
Count
> 0)
774
for (int x = 0; x < stroke.ExtendedProperties.
Count
; x++)