5 references to Int16KeyFrameCollection
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (1)
530_keyFrames = new Int16KeyFrameCollection();
Core\CSharp\System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (2)
63Int16KeyFrameCollection emptyCollection = new Int16KeyFrameCollection(); 94return new Int16KeyFrameCollection();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5607bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.Int16KeyFrameCollection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1337case KnownElements.Int16KeyFrameCollection: o = new System.Windows.Media.Animation.Int16KeyFrameCollection(); break;