15 references to Count
PresentationCore (15)
MS\Internal\Ink\ExtendedPropertyCollection.cs (3)
33
if (that.
Count
!= this.
Count
)
42
for (int x = 0; x < that.
Count
; x++)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (3)
723
for (int i = 0; i < attributes.
Count
; i++)
749
Guid[] guids = new Guid[attributes.
Count
];
751
for (int x = 0; x < attributes.
Count
; x++)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
561
for (int x = epcClone.
Count
- 1; x >= 0; x--)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (5)
322
if (0 != _coreStrokes.Count || _coreStrokes.ExtendedProperties.
Count
!= 0)
1814
if (_coreStrokes.ExtendedProperties.
Count
> 0)
2123
for (i = 0; i < attributes.
Count
; i++)
2163
if (stroke.ExtendedProperties.
Count
> 0)
2166
for (i = 0; i < stroke.ExtendedProperties.
Count
; i++)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
669
if (stroke.ExtendedProperties.
Count
> 0)
760
if (stroke.ExtendedProperties.
Count
> 0)
766
for (int x = 0; x < stroke.ExtendedProperties.
Count
; x++)