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