5 instantiations of CharKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (1)
478_keyFrames = new CharKeyFrameCollection();
System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (2)
53CharKeyFrameCollection emptyCollection = new CharKeyFrameCollection 85return new CharKeyFrameCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2644DefaultConstructor = delegate () { return new System.Windows.Media.Animation.CharKeyFrameCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1156case KnownElements.CharKeyFrameCollection: o = new System.Windows.Media.Animation.CharKeyFrameCollection(); break;
24 references to CharKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (6)
29private CharKeyFrameCollection _keyFrames; 176_keyFrames = (CharKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 180_keyFrames = (CharKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 448KeyFrames = (CharKeyFrameCollection)value; 455public CharKeyFrameCollection KeyFrames 472_keyFrames = CharKeyFrameCollection.Empty;
System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (13)
25private static CharKeyFrameCollection s_emptyCollection; 47public static CharKeyFrameCollection Empty 53CharKeyFrameCollection emptyCollection = new CharKeyFrameCollection 74public new CharKeyFrameCollection Clone() 76return (CharKeyFrameCollection)base.Clone(); 93CharKeyFrameCollection sourceCollection = (CharKeyFrameCollection) sourceFreezable; 114CharKeyFrameCollection sourceCollection = (CharKeyFrameCollection) sourceFreezable; 135CharKeyFrameCollection sourceCollection = (CharKeyFrameCollection) sourceFreezable; 156CharKeyFrameCollection sourceCollection = (CharKeyFrameCollection) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
166case 73: t = () => typeof(CharKeyFrameCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4482typeof(System.Windows.Media.Animation.CharKeyFrameCollection), // type 4487SetDelegate = delegate (object target, object value) { ((System.Windows.Media.Animation.CharAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.CharKeyFrameCollection)value; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2641typeof(System.Windows.Media.Animation.CharKeyFrameCollection),
System\Windows\Markup\KnownTypes.cs (1)
5620case KnownElements.CharKeyFrameCollection: t = typeof(System.Windows.Media.Animation.CharKeyFrameCollection); break;