6 references to SplineByteKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
49
:
this
()
58
:
this
()
68
:
this
()
87
return new
SplineByteKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9190
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineByteKeyFrame
(); };
System\Windows\Markup\KnownTypes.cs (1)
1546
case KnownElements.SplineByteKeyFrame: o = new System.Windows.Media.Animation.
SplineByteKeyFrame
(); break;