Storyboard.CreateInstanceCore Method
Creates a new instance of the Storyboard class.
Namespace: System.Windows.Media.Animation
Assembly: PresentationFramework (in PresentationFramework.dll)
This method is called internally by CreateInstance when creating new instances of the Storyboard class for the various cloning methods (such as Clone and CloneCurrentValue).
Notes to ImplementersEvery Storyboard subclass must implement this method. Typical implementation is to simply call the class default constructor and return the result.
The following example shows a typical implementation of CreateInstanceCore.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.