3 instantiations of DecimalAnimation
PresentationCore (1)
System\Windows\Media\Animation\Generated\DecimalAnimation.cs (1)
170return new DecimalAnimation();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3247bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.DecimalAnimation(); };
System\Windows\Markup\KnownTypes.cs (1)
1201case KnownElements.DecimalAnimation: o = new System.Windows.Media.Animation.DecimalAnimation(); break;
8 references to DecimalAnimation
PresentationCore (5)
System\Windows\Media\Animation\Generated\DecimalAnimation.cs (5)
48Type typeofThis = typeof(DecimalAnimation); 149public new DecimalAnimation Clone() 151return (DecimalAnimation)base.Clone(); 404DecimalAnimation a = (DecimalAnimation)d;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
221case 127: t = () => typeof(DecimalAnimation); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3245typeof(System.Windows.Media.Animation.DecimalAnimation),
System\Windows\Markup\KnownTypes.cs (1)
5681case KnownElements.DecimalAnimation: t = typeof(System.Windows.Media.Animation.DecimalAnimation); break;