6 references to _minimumCapacity
PresentationCore (6)
System\Windows\Media\Animation\TimeIntervalCollection.cs (6)
105Debug.Assert(_minimumCapacity >= 2); 134EnsureAllocatedCapacity(_minimumCapacity); 175EnsureAllocatedCapacity(_minimumCapacity); 222if (_nodeTime != null && _nodeTime.Length > _minimumCapacity) 1208projection.EnsureAllocatedCapacity(_minimumCapacity); 1624Debug.Assert(_nodeTime.Length >= _minimumCapacity); // Assert that we indeed have memory allocated