3 instantiations of SplineByteKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
86
return new
SplineByteKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10174
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplineByteKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1539
case KnownElements.SplineByteKeyFrame: o = new System.Windows.Media.Animation.
SplineByteKeyFrame
(); break;
4 references to SplineByteKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
126
typeof(
SplineByteKeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
676
case 583: t = () => typeof(
SplineByteKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10171
typeof(System.Windows.Media.Animation.
SplineByteKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6130
case KnownElements.SplineByteKeyFrame: t = typeof(System.Windows.Media.Animation.
SplineByteKeyFrame
); break;