3 instantiations of LinearDecimalKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
218return new LinearDecimalKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6812DefaultConstructor = delegate () { return new System.Windows.Media.Animation.LinearDecimalKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1365case KnownElements.LinearDecimalKeyFrame: o = new System.Windows.Media.Animation.LinearDecimalKeyFrame(); break;
3 references to LinearDecimalKeyFrame
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
450case 356: t = () => typeof(LinearDecimalKeyFrame); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6809typeof(System.Windows.Media.Animation.LinearDecimalKeyFrame),
System\Windows\Markup\KnownTypes.cs (1)
5904case KnownElements.LinearDecimalKeyFrame: t = typeof(System.Windows.Media.Animation.LinearDecimalKeyFrame); break;