5 references to CharKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (1)
489
_keyFrames = new
CharKeyFrameCollection
();
System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (2)
62
CharKeyFrameCollection emptyCollection = new
CharKeyFrameCollection
();
93
return new
CharKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2534
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
CharKeyFrameCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1163
case KnownElements.CharKeyFrameCollection: o = new System.Windows.Media.Animation.
CharKeyFrameCollection
(); break;