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