5 instantiations of DecimalKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (1)
507_keyFrames = new DecimalKeyFrameCollection();
System\Windows\Media\Animation\Generated\DecimalKeyFrameCollection.cs (2)
54DecimalKeyFrameCollection emptyCollection = new DecimalKeyFrameCollection 86return new DecimalKeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3518DefaultConstructor = delegate () { return new System.Windows.Media.Animation.DecimalKeyFrameCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1198case KnownElements.DecimalKeyFrameCollection: o = new System.Windows.Media.Animation.DecimalKeyFrameCollection(); break;
24 references to DecimalKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (6)
25private DecimalKeyFrameCollection _keyFrames; 172_keyFrames = (DecimalKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 176_keyFrames = (DecimalKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 477KeyFrames = (DecimalKeyFrameCollection)value; 484public DecimalKeyFrameCollection KeyFrames 501_keyFrames = DecimalKeyFrameCollection.Empty;
System\Windows\Media\Animation\Generated\DecimalKeyFrameCollection.cs (13)
26private static DecimalKeyFrameCollection s_emptyCollection; 48public static DecimalKeyFrameCollection Empty 54DecimalKeyFrameCollection emptyCollection = new DecimalKeyFrameCollection 75public new DecimalKeyFrameCollection Clone() 77return (DecimalKeyFrameCollection)base.Clone(); 94DecimalKeyFrameCollection sourceCollection = (DecimalKeyFrameCollection) sourceFreezable; 115DecimalKeyFrameCollection sourceCollection = (DecimalKeyFrameCollection) sourceFreezable; 136DecimalKeyFrameCollection sourceCollection = (DecimalKeyFrameCollection) sourceFreezable; 157DecimalKeyFrameCollection sourceCollection = (DecimalKeyFrameCollection) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
226case 132: t = () => typeof(DecimalKeyFrameCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4656typeof(System.Windows.Media.Animation.DecimalKeyFrameCollection), // type 4661SetDelegate = delegate (object target, object value) { ((System.Windows.Media.Animation.DecimalAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.DecimalKeyFrameCollection)value; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3515typeof(System.Windows.Media.Animation.DecimalKeyFrameCollection),
System\Windows\Markup\KnownTypes.cs (1)
5680case KnownElements.DecimalKeyFrameCollection: t = typeof(System.Windows.Media.Animation.DecimalKeyFrameCollection); break;