5 instantiations of StringKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (1)
473_keyFrames = new StringKeyFrameCollection();
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (2)
54StringKeyFrameCollection emptyCollection = new StringKeyFrameCollection 86return new StringKeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10685DefaultConstructor = delegate () { return new System.Windows.Media.Animation.StringKeyFrameCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1569case KnownElements.StringKeyFrameCollection: o = new System.Windows.Media.Animation.StringKeyFrameCollection(); break;
24 references to StringKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (6)
24private StringKeyFrameCollection _keyFrames; 171_keyFrames = (StringKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 175_keyFrames = (StringKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 443KeyFrames = (StringKeyFrameCollection)value; 450public StringKeyFrameCollection KeyFrames 467_keyFrames = StringKeyFrameCollection.Empty;
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (13)
26private static StringKeyFrameCollection s_emptyCollection; 48public static StringKeyFrameCollection Empty 54StringKeyFrameCollection emptyCollection = new StringKeyFrameCollection 75public new StringKeyFrameCollection Clone() 77return (StringKeyFrameCollection)base.Clone(); 94StringKeyFrameCollection sourceCollection = (StringKeyFrameCollection) sourceFreezable; 115StringKeyFrameCollection sourceCollection = (StringKeyFrameCollection) sourceFreezable; 136StringKeyFrameCollection sourceCollection = (StringKeyFrameCollection) sourceFreezable; 157StringKeyFrameCollection sourceCollection = (StringKeyFrameCollection) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
711case 617: t = () => typeof(StringKeyFrameCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
6134typeof(System.Windows.Media.Animation.StringKeyFrameCollection), // type 6139SetDelegate = 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)
10682typeof(System.Windows.Media.Animation.StringKeyFrameCollection),
System\Windows\Markup\KnownTypes.cs (1)
6165case KnownElements.StringKeyFrameCollection: t = typeof(System.Windows.Media.Animation.StringKeyFrameCollection); break;