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