3 references to LinearInt16KeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
373
return new
LinearInt16KeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6855
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
LinearInt16KeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1367
case KnownElements.LinearInt16KeyFrame: o = new System.Windows.Media.Animation.
LinearInt16KeyFrame
(); break;