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