5 references to TimeIntervalCollection
PresentationCore (5)
System\Windows\Media\Animation\TimeIntervalCollection.cs (5)
287slippedCollection = new TimeIntervalCollection(_nodeTime[0] + slipTime, _nodeIsPoint[0], 308return new TimeIntervalCollection(_nodeTime[0], _nodeIsPoint[0], 314return new TimeIntervalCollection(beginTime, false, 332return new TimeIntervalCollection(from, true, to, false); 340return new TimeIntervalCollection(from, false, to, true);