3 instantiations of Int32Animation
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\Int32Animation.cs (1)
183
return new
Int32Animation
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5633
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
Int32Animation
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1338
case KnownElements.Int32Animation: o = new System.Windows.Media.Animation.
Int32Animation
(); break;
8 references to Int32Animation
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Generated\Int32Animation.cs (5)
61
Type typeofThis = typeof(
Int32Animation
);
162
public new
Int32Animation
Clone()
164
return (
Int32Animation
)base.Clone();
417
Int32Animation
a = (
Int32Animation
)d;
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
402
case 310: t = () => typeof(
Int32Animation
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5631
typeof(System.Windows.Media.Animation.
Int32Animation
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5854
case KnownElements.Int32Animation: t = typeof(System.Windows.Media.Animation.
Int32Animation
); break;