3 instantiations of LinearInt32KeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
459
return new
LinearInt32KeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6269
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
LinearInt32KeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1376
case KnownElements.LinearInt32KeyFrame: o = new System.Windows.Media.Animation.
LinearInt32KeyFrame
(); break;
3 references to LinearInt32KeyFrame
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
452
case 360: t = () => typeof(
LinearInt32KeyFrame
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6267
typeof(System.Windows.Media.Animation.
LinearInt32KeyFrame
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5904
case KnownElements.LinearInt32KeyFrame: t = typeof(System.Windows.Media.Animation.
LinearInt32KeyFrame
); break;