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)
53Int16KeyFrameCollection emptyCollection = new Int16KeyFrameCollection 85return new Int16KeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6117DefaultConstructor = delegate () { return new System.Windows.Media.Animation.Int16KeyFrameCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1329case KnownElements.Int16KeyFrameCollection: o = new System.Windows.Media.Animation.Int16KeyFrameCollection(); break;