Timeline::AllocateClock Method ()
.NET Framework (current version)
Namespace:
System.Windows.Media.Animation
Assembly: PresentationCore (in PresentationCore.dll)
Return to top
Assembly: PresentationCore (in PresentationCore.dll)
This method is called by the CreateClock method and should not be called directly by your code.
Notes to Implementers:
Implementers of Timeline should override this method when it has a corresponding custom clock that should be used with the class. The overridden method should create and return a new instance of class that inherits from Clock.
.NET Framework
Available since 3.0
Available since 3.0
Show: