3 instantiations of SplineByteKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
93return new SplineByteKeyFrame();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9186bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.SplineByteKeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1547case KnownElements.SplineByteKeyFrame: o = new System.Windows.Media.Animation.SplineByteKeyFrame(); break;
4 references to SplineByteKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
133typeof(SplineByteKeyFrame),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
675case 583: t = () => typeof(SplineByteKeyFrame); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9184typeof(System.Windows.Media.Animation.SplineByteKeyFrame),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6127case KnownElements.SplineByteKeyFrame: t = typeof(System.Windows.Media.Animation.SplineByteKeyFrame); break;