5 instantiations of StringKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (1)
478_keyFrames = new StringKeyFrameCollection();
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (2)
53StringKeyFrameCollection emptyCollection = new StringKeyFrameCollection 85return new StringKeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10684DefaultConstructor = delegate () { return new System.Windows.Media.Animation.StringKeyFrameCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1568case KnownElements.StringKeyFrameCollection: o = new System.Windows.Media.Animation.StringKeyFrameCollection(); break;
24 references to StringKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (6)
29private StringKeyFrameCollection _keyFrames; 176_keyFrames = (StringKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 180_keyFrames = (StringKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 448KeyFrames = (StringKeyFrameCollection)value; 455public StringKeyFrameCollection KeyFrames 472_keyFrames = StringKeyFrameCollection.Empty;
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (13)
25private static StringKeyFrameCollection s_emptyCollection; 47public static StringKeyFrameCollection Empty 53StringKeyFrameCollection emptyCollection = new StringKeyFrameCollection 74public new StringKeyFrameCollection Clone() 76return (StringKeyFrameCollection)base.Clone(); 93StringKeyFrameCollection sourceCollection = (StringKeyFrameCollection) sourceFreezable; 114StringKeyFrameCollection sourceCollection = (StringKeyFrameCollection) sourceFreezable; 135StringKeyFrameCollection sourceCollection = (StringKeyFrameCollection) sourceFreezable; 156StringKeyFrameCollection sourceCollection = (StringKeyFrameCollection) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
710case 617: t = () => typeof(StringKeyFrameCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
6133typeof(System.Windows.Media.Animation.StringKeyFrameCollection), // type 6138SetDelegate = delegate (object target, object value) { ((System.Windows.Media.Animation.StringAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.StringKeyFrameCollection)value; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10681typeof(System.Windows.Media.Animation.StringKeyFrameCollection),
System\Windows\Markup\KnownTypes.cs (1)
6164case KnownElements.StringKeyFrameCollection: t = typeof(System.Windows.Media.Animation.StringKeyFrameCollection); break;