15 references to Count
PresentationCore (15)
Core\CSharp\MS\Internal\Ink\ExtendedPropertyCollection.cs (3)
46if (that.Count != this.Count) 55for (int x = 0; x < that.Count; x++)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (3)
777for (int i = 0; i < attributes.Count; i++) 803Guid[] guids = new Guid[attributes.Count]; 805for (int x = 0; x < attributes.Count; x++)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
602for (int x = epcClone.Count - 1; x >= 0; x--)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (5)
346if (0 != _coreStrokes.Count || _coreStrokes.ExtendedProperties.Count != 0) 1862if (_coreStrokes.ExtendedProperties.Count > 0) 2198for (i = 0; i < attributes.Count; i++) 2238if (stroke.ExtendedProperties.Count > 0) 2241for (i = 0; i < stroke.ExtendedProperties.Count; i++)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
716if (stroke.ExtendedProperties.Count > 0) 807if (stroke.ExtendedProperties.Count > 0) 813for (int x = 0; x < stroke.ExtendedProperties.Count; x++)