5 references to TimeIntervalCollection
PresentationCore (5)
System\Windows\Media\Animation\TimeIntervalCollection.cs (5)
282slippedCollection = new TimeIntervalCollection(_nodeTime[0] + slipTime, _nodeIsPoint[0], 303return new TimeIntervalCollection(_nodeTime[0], _nodeIsPoint[0], 309return new TimeIntervalCollection(beginTime, false, 327return new TimeIntervalCollection(from, true, to, false); 335return new TimeIntervalCollection(from, false, to, true);