5 instantiations of DoubleKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
511_keyFrames = new DoubleKeyFrameCollection();
System\Windows\Media\Animation\Generated\DoubleKeyFrameCollection.cs (2)
53DoubleKeyFrameCollection emptyCollection = new DoubleKeyFrameCollection 85return new DoubleKeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4194DefaultConstructor = delegate () { return new System.Windows.Media.Animation.DoubleKeyFrameCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1237case KnownElements.DoubleKeyFrameCollection: o = new System.Windows.Media.Animation.DoubleKeyFrameCollection(); break;
24 references to DoubleKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (6)
29private DoubleKeyFrameCollection _keyFrames; 176_keyFrames = (DoubleKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 180_keyFrames = (DoubleKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 481KeyFrames = (DoubleKeyFrameCollection)value; 488public DoubleKeyFrameCollection KeyFrames 505_keyFrames = DoubleKeyFrameCollection.Empty;
System\Windows\Media\Animation\Generated\DoubleKeyFrameCollection.cs (13)
25private static DoubleKeyFrameCollection s_emptyCollection; 47public static DoubleKeyFrameCollection Empty 53DoubleKeyFrameCollection emptyCollection = new DoubleKeyFrameCollection 74public new DoubleKeyFrameCollection Clone() 76return (DoubleKeyFrameCollection)base.Clone(); 93DoubleKeyFrameCollection sourceCollection = (DoubleKeyFrameCollection) sourceFreezable; 114DoubleKeyFrameCollection sourceCollection = (DoubleKeyFrameCollection) sourceFreezable; 135DoubleKeyFrameCollection sourceCollection = (DoubleKeyFrameCollection) sourceFreezable; 156DoubleKeyFrameCollection sourceCollection = (DoubleKeyFrameCollection) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
271case 178: t = () => typeof(DoubleKeyFrameCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4728typeof(System.Windows.Media.Animation.DoubleKeyFrameCollection), // type 4733SetDelegate = 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)
4191typeof(System.Windows.Media.Animation.DoubleKeyFrameCollection),
System\Windows\Markup\KnownTypes.cs (1)
5725case KnownElements.DoubleKeyFrameCollection: t = typeof(System.Windows.Media.Animation.DoubleKeyFrameCollection); break;