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