6 references to _minimumCapacity
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\TimeIntervalCollection.cs (6)
112Debug.Assert(_minimumCapacity >= 2); 141EnsureAllocatedCapacity(_minimumCapacity); 182EnsureAllocatedCapacity(_minimumCapacity); 229if (_nodeTime != null && _nodeTime.Length > _minimumCapacity) 1215projection.EnsureAllocatedCapacity(_minimumCapacity); 1632Debug.Assert(_nodeTime.Length >= _minimumCapacity); // Assert that we indeed have memory allocated