3 instantiations of LinearInt16KeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
382
return new
LinearInt16KeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6257
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
LinearInt16KeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1375
case KnownElements.LinearInt16KeyFrame: o = new System.Windows.Media.Animation.
LinearInt16KeyFrame
(); break;
3 references to LinearInt16KeyFrame
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
451
case 359: t = () => typeof(
LinearInt16KeyFrame
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6255
typeof(System.Windows.Media.Animation.
LinearInt16KeyFrame
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5903
case KnownElements.LinearInt16KeyFrame: t = typeof(System.Windows.Media.Animation.
LinearInt16KeyFrame
); break;