5 instantiations of VectorKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (1)
507_keyFrames = new VectorKeyFrameCollection();
System\Windows\Media\Animation\Generated\VectorKeyFrameCollection.cs (2)
54VectorKeyFrameCollection emptyCollection = new VectorKeyFrameCollection 86return new VectorKeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12328DefaultConstructor = delegate () { return new System.Windows.Media.Animation.VectorKeyFrameCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1645case KnownElements.VectorKeyFrameCollection: o = new System.Windows.Media.Animation.VectorKeyFrameCollection(); break;
24 references to VectorKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (6)
25private VectorKeyFrameCollection _keyFrames; 172_keyFrames = (VectorKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 176_keyFrames = (VectorKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 477KeyFrames = (VectorKeyFrameCollection)value; 484public VectorKeyFrameCollection KeyFrames 501_keyFrames = VectorKeyFrameCollection.Empty;
System\Windows\Media\Animation\Generated\VectorKeyFrameCollection.cs (13)
26private static VectorKeyFrameCollection s_emptyCollection; 48public static VectorKeyFrameCollection Empty 54VectorKeyFrameCollection emptyCollection = new VectorKeyFrameCollection 75public new VectorKeyFrameCollection Clone() 77return (VectorKeyFrameCollection)base.Clone(); 94VectorKeyFrameCollection sourceCollection = (VectorKeyFrameCollection) sourceFreezable; 115VectorKeyFrameCollection sourceCollection = (VectorKeyFrameCollection) sourceFreezable; 136VectorKeyFrameCollection sourceCollection = (VectorKeyFrameCollection) sourceFreezable; 157VectorKeyFrameCollection sourceCollection = (VectorKeyFrameCollection) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
819case 725: t = () => typeof(VectorKeyFrameCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
6594typeof(System.Windows.Media.Animation.VectorKeyFrameCollection), // type 6599SetDelegate = 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)
12325typeof(System.Windows.Media.Animation.VectorKeyFrameCollection),
System\Windows\Markup\KnownTypes.cs (1)
6273case KnownElements.VectorKeyFrameCollection: t = typeof(System.Windows.Media.Animation.VectorKeyFrameCollection); break;