5 references to Int16KeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
511
_keyFrames = new
Int16KeyFrameCollection
();
System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (2)
53
Int16KeyFrameCollection emptyCollection = new
Int16KeyFrameCollection
85
return new
Int16KeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6117
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
Int16KeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1329
case KnownElements.Int16KeyFrameCollection: o = new System.Windows.Media.Animation.
Int16KeyFrameCollection
(); break;