3 overrides of AllocateClock
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\AnimationTimeline.cs (1)
76protected internal override Clock AllocateClock()
Core\CSharp\System\Windows\Media\Animation\TimelineGroup.cs (1)
85protected internal override Clock AllocateClock()
Core\CSharp\System\Windows\Media\MediaTimeline.cs (1)
138protected internal override Clock AllocateClock()
1 reference to AllocateClock
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
585Clock clock = timeline.AllocateClock();