15 references to Count
PresentationCore (15)
MS\Internal\Ink\ExtendedPropertyCollection.cs (3)
34if (that.Count != this.Count) 43for (int x = 0; x < that.Count; x++)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (3)
728for (int i = 0; i < attributes.Count; i++) 754Guid[] guids = new Guid[attributes.Count]; 756for (int x = 0; x < attributes.Count; x++)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
562for (int x = epcClone.Count - 1; x >= 0; x--)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (5)
323if (0 != _coreStrokes.Count || _coreStrokes.ExtendedProperties.Count != 0) 1817if (_coreStrokes.ExtendedProperties.Count > 0) 2134for (i = 0; i < attributes.Count; i++) 2174if (stroke.ExtendedProperties.Count > 0) 2177for (i = 0; i < stroke.ExtendedProperties.Count; i++)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
670if (stroke.ExtendedProperties.Count > 0) 761if (stroke.ExtendedProperties.Count > 0) 767for (int x = 0; x < stroke.ExtendedProperties.Count; x++)