3 instantiations of LinearDecimalKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
219return new LinearDecimalKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6811DefaultConstructor = delegate () { return new System.Windows.Media.Animation.LinearDecimalKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1364case KnownElements.LinearDecimalKeyFrame: o = new System.Windows.Media.Animation.LinearDecimalKeyFrame(); break;
3 references to LinearDecimalKeyFrame
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
449case 356: t = () => typeof(LinearDecimalKeyFrame); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6808typeof(System.Windows.Media.Animation.LinearDecimalKeyFrame),
System\Windows\Markup\KnownTypes.cs (1)
5903case KnownElements.LinearDecimalKeyFrame: t = typeof(System.Windows.Media.Animation.LinearDecimalKeyFrame); break;