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