3 overrides of AllocateClock
PresentationCore (3)
System\Windows\Media\Animation\AnimationTimeline.cs (1)
71protected internal override Clock AllocateClock()
System\Windows\Media\Animation\TimelineGroup.cs (1)
77protected internal override Clock AllocateClock()
System\Windows\Media\MediaTimeline.cs (1)
122protected internal override Clock AllocateClock()
1 reference to AllocateClock
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
570Clock clock = timeline.AllocateClock();