3 overrides of AllocateClock
PresentationCore (3)
System\Windows\Media\Animation\AnimationTimeline.cs (1)
78protected internal override Clock AllocateClock()
System\Windows\Media\Animation\TimelineGroup.cs (1)
83protected internal override Clock AllocateClock()
System\Windows\Media\MediaTimeline.cs (1)
137protected internal override Clock AllocateClock()
1 reference to AllocateClock
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
583Clock clock = timeline.AllocateClock();