3 references to Slip
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (1)
3181Debug.Assert(CanSlip || _timeline is ParallelTimeline && ((ParallelTimeline)_timeline).SlipBehavior == SlipBehavior.Slip);
System\Windows\Media\Animation\ClockGroup.cs (1)
124((ParallelTimeline)_timeline).SlipBehavior == SlipBehavior.Slip)
System\Windows\Media\Animation\SlipBehavior.cs (1)
37private const int c_maxSlipBehavior = (int)SlipBehavior.Slip;