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)
54
CharKeyFrameCollection emptyCollection = new
CharKeyFrameCollection
86
return new
CharKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2645
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
CharKeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1157
case KnownElements.CharKeyFrameCollection: o = new System.Windows.Media.Animation.
CharKeyFrameCollection
(); break;