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