5 instantiations of CharKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (1)
473_keyFrames = new CharKeyFrameCollection();
System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (2)
54CharKeyFrameCollection emptyCollection = new CharKeyFrameCollection 86return new CharKeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2645DefaultConstructor = delegate () { return new System.Windows.Media.Animation.CharKeyFrameCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1157case KnownElements.CharKeyFrameCollection: o = new System.Windows.Media.Animation.CharKeyFrameCollection(); break;
24 references to CharKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (6)
24private CharKeyFrameCollection _keyFrames; 171_keyFrames = (CharKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 175_keyFrames = (CharKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 443KeyFrames = (CharKeyFrameCollection)value; 450public CharKeyFrameCollection KeyFrames 467_keyFrames = CharKeyFrameCollection.Empty;
System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (13)
26private static CharKeyFrameCollection s_emptyCollection; 48public static CharKeyFrameCollection Empty 54CharKeyFrameCollection emptyCollection = new CharKeyFrameCollection 75public new CharKeyFrameCollection Clone() 77return (CharKeyFrameCollection)base.Clone(); 94CharKeyFrameCollection sourceCollection = (CharKeyFrameCollection) sourceFreezable; 115CharKeyFrameCollection sourceCollection = (CharKeyFrameCollection) sourceFreezable; 136CharKeyFrameCollection sourceCollection = (CharKeyFrameCollection) sourceFreezable; 157CharKeyFrameCollection sourceCollection = (CharKeyFrameCollection) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
167case 73: t = () => typeof(CharKeyFrameCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4483typeof(System.Windows.Media.Animation.CharKeyFrameCollection), // type 4488SetDelegate = delegate (object target, object value) { ((System.Windows.Media.Animation.CharAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.CharKeyFrameCollection)value; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2642typeof(System.Windows.Media.Animation.CharKeyFrameCollection),
System\Windows\Markup\KnownTypes.cs (1)
5621case KnownElements.CharKeyFrameCollection: t = typeof(System.Windows.Media.Animation.CharKeyFrameCollection); break;