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