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)
63
Int16KeyFrameCollection emptyCollection = new
Int16KeyFrameCollection
();
94
return new
Int16KeyFrameCollection
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5607
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
Int16KeyFrameCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1337
case KnownElements.Int16KeyFrameCollection: o = new System.Windows.Media.Animation.
Int16KeyFrameCollection
(); break;