3 instantiations of Int16Animation
PresentationCore (1)
System\Windows\Media\Animation\Generated\Int16Animation.cs (1)
181
return new
Int16Animation
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5549
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
Int16Animation
(); };
System\Windows\Markup\KnownTypes.cs (1)
1333
case KnownElements.Int16Animation: o = new System.Windows.Media.Animation.
Int16Animation
(); break;
8 references to Int16Animation
PresentationCore (5)
System\Windows\Media\Animation\Generated\Int16Animation.cs (5)
59
Type typeofThis = typeof(
Int16Animation
);
160
public new
Int16Animation
Clone()
162
return (
Int16Animation
)base.Clone();
415
Int16Animation
a = (
Int16Animation
)d;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
399
case 303: t = () => typeof(
Int16Animation
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5547
typeof(System.Windows.Media.Animation.
Int16Animation
),
System\Windows\Markup\KnownTypes.cs (1)
5857
case KnownElements.Int16Animation: t = typeof(System.Windows.Media.Animation.
Int16Animation
); break;