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