6 references to _minimumCapacity
PresentationCore (6)
System\Windows\Media\Animation\TimeIntervalCollection.cs (6)
111Debug.Assert(_minimumCapacity >= 2); 140EnsureAllocatedCapacity(_minimumCapacity); 181EnsureAllocatedCapacity(_minimumCapacity); 228if (_nodeTime != null && _nodeTime.Length > _minimumCapacity) 1214projection.EnsureAllocatedCapacity(_minimumCapacity); 1630Debug.Assert(_nodeTime.Length >= _minimumCapacity); // Assert that we indeed have memory allocated