3 instantiations of LinearSingleKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
998return new LinearSingleKeyFrame();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6353bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.LinearSingleKeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1383case KnownElements.LinearSingleKeyFrame: o = new System.Windows.Media.Animation.LinearSingleKeyFrame(); break;
3 references to LinearSingleKeyFrame
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
459case 367: t = () => typeof(LinearSingleKeyFrame); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6351typeof(System.Windows.Media.Animation.LinearSingleKeyFrame),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5911case KnownElements.LinearSingleKeyFrame: t = typeof(System.Windows.Media.Animation.LinearSingleKeyFrame); break;