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