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