5 references to TimeIntervalCollection
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\TimeIntervalCollection.cs (5)
288slippedCollection = new TimeIntervalCollection(_nodeTime[0] + slipTime, _nodeIsPoint[0], 309return new TimeIntervalCollection(_nodeTime[0], _nodeIsPoint[0], 315return new TimeIntervalCollection(beginTime, false, 333return new TimeIntervalCollection(from, true, to, false); 341return new TimeIntervalCollection(from, false, to, true);