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