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