5 references to CharKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (1)
478_keyFrames = new CharKeyFrameCollection();
System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (2)
53CharKeyFrameCollection emptyCollection = new CharKeyFrameCollection 85return new CharKeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2644DefaultConstructor = delegate () { return new System.Windows.Media.Animation.CharKeyFrameCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1156case KnownElements.CharKeyFrameCollection: o = new System.Windows.Media.Animation.CharKeyFrameCollection(); break;