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