5 references to 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;