2 instantiations of SetStoryboardSpeedRatio
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8830
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SetStoryboardSpeedRatio
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1527
case KnownElements.SetStoryboardSpeedRatio: o = new System.Windows.Media.Animation.
SetStoryboardSpeedRatio
(); break;
3 references to SetStoryboardSpeedRatio
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
647
case 555: t = () => typeof(
SetStoryboardSpeedRatio
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8828
typeof(System.Windows.Media.Animation.
SetStoryboardSpeedRatio
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6099
case KnownElements.SetStoryboardSpeedRatio: t = typeof(System.Windows.Media.Animation.
SetStoryboardSpeedRatio
); break;