3 instantiations of DecimalAnimation
PresentationCore (1)
System\Windows\Media\Animation\Generated\DecimalAnimation.cs (1)
181return new DecimalAnimation();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3249bamlType.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)
59Type typeofThis = typeof(DecimalAnimation); 160public new DecimalAnimation Clone() 162return (DecimalAnimation)base.Clone(); 415DecimalAnimation a = (DecimalAnimation)d;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
223case 127: t = () => typeof(DecimalAnimation); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3247typeof(System.Windows.Media.Animation.DecimalAnimation),
System\Windows\Markup\KnownTypes.cs (1)
5681case KnownElements.DecimalAnimation: t = typeof(System.Windows.Media.Animation.DecimalAnimation); break;