3 overrides of AllocateClock
PresentationCore (3)
System\Windows\Media\Animation\AnimationTimeline.cs (1)
70protected internal override Clock AllocateClock()
System\Windows\Media\Animation\TimelineGroup.cs (1)
76protected internal override Clock AllocateClock()
System\Windows\Media\MediaTimeline.cs (1)
121protected internal override Clock AllocateClock()
1 reference to AllocateClock
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
569Clock clock = timeline.AllocateClock();