5 references to CharKeyFrameCollection
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (1)
497_keyFrames = new CharKeyFrameCollection();
Core\CSharp\System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (2)
63CharKeyFrameCollection emptyCollection = new CharKeyFrameCollection(); 94return new CharKeyFrameCollection();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2530bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.CharKeyFrameCollection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1164case KnownElements.CharKeyFrameCollection: o = new System.Windows.Media.Animation.CharKeyFrameCollection(); break;