6 references to _minimumCapacity
PresentationCore (6)
System\Windows\Media\Animation\TimeIntervalCollection.cs (6)
106Debug.Assert(_minimumCapacity >= 2); 135EnsureAllocatedCapacity(_minimumCapacity); 176EnsureAllocatedCapacity(_minimumCapacity); 223if (_nodeTime != null && _nodeTime.Length > _minimumCapacity) 1209projection.EnsureAllocatedCapacity(_minimumCapacity); 1625Debug.Assert(_nodeTime.Length >= _minimumCapacity); // Assert that we indeed have memory allocated