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