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)
62CharKeyFrameCollection emptyCollection = new CharKeyFrameCollection(); 93return new CharKeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2534bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.CharKeyFrameCollection(); };
System\Windows\Markup\KnownTypes.cs (1)
1163case KnownElements.CharKeyFrameCollection: o = new System.Windows.Media.Animation.CharKeyFrameCollection(); break;