5 references to Int16KeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
522
_keyFrames = new
Int16KeyFrameCollection
();
System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (2)
62
Int16KeyFrameCollection emptyCollection = new
Int16KeyFrameCollection
();
93
return new
Int16KeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5611
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
Int16KeyFrameCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1336
case KnownElements.Int16KeyFrameCollection: o = new System.Windows.Media.Animation.
Int16KeyFrameCollection
(); break;