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