5 instantiations of VectorKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (1)
511_keyFrames = new VectorKeyFrameCollection();
System\Windows\Media\Animation\Generated\VectorKeyFrameCollection.cs (2)
53VectorKeyFrameCollection emptyCollection = new VectorKeyFrameCollection 85return new VectorKeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12327DefaultConstructor = delegate () { return new System.Windows.Media.Animation.VectorKeyFrameCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1644case KnownElements.VectorKeyFrameCollection: o = new System.Windows.Media.Animation.VectorKeyFrameCollection(); break;
24 references to VectorKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (6)
29private VectorKeyFrameCollection _keyFrames; 176_keyFrames = (VectorKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 180_keyFrames = (VectorKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 481KeyFrames = (VectorKeyFrameCollection)value; 488public VectorKeyFrameCollection KeyFrames 505_keyFrames = VectorKeyFrameCollection.Empty;
System\Windows\Media\Animation\Generated\VectorKeyFrameCollection.cs (13)
25private static VectorKeyFrameCollection s_emptyCollection; 47public static VectorKeyFrameCollection Empty 53VectorKeyFrameCollection emptyCollection = new VectorKeyFrameCollection 74public new VectorKeyFrameCollection Clone() 76return (VectorKeyFrameCollection)base.Clone(); 93VectorKeyFrameCollection sourceCollection = (VectorKeyFrameCollection) sourceFreezable; 114VectorKeyFrameCollection sourceCollection = (VectorKeyFrameCollection) sourceFreezable; 135VectorKeyFrameCollection sourceCollection = (VectorKeyFrameCollection) sourceFreezable; 156VectorKeyFrameCollection sourceCollection = (VectorKeyFrameCollection) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
818case 725: t = () => typeof(VectorKeyFrameCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
6593typeof(System.Windows.Media.Animation.VectorKeyFrameCollection), // type 6598SetDelegate = delegate (object target, object value) { ((System.Windows.Media.Animation.VectorAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.VectorKeyFrameCollection)value; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12324typeof(System.Windows.Media.Animation.VectorKeyFrameCollection),
System\Windows\Markup\KnownTypes.cs (1)
6272case KnownElements.VectorKeyFrameCollection: t = typeof(System.Windows.Media.Animation.VectorKeyFrameCollection); break;