3 references to LinearDoubleKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
296return new LinearDoubleKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6825DefaultConstructor = delegate () { return new System.Windows.Media.Animation.LinearDoubleKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1365case KnownElements.LinearDoubleKeyFrame: o = new System.Windows.Media.Animation.LinearDoubleKeyFrame(); break;