5 instantiations of 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;
24 references to CharKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (6)
40
private
CharKeyFrameCollection
_keyFrames;
187
_keyFrames = (
CharKeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
191
_keyFrames = (
CharKeyFrameCollection
)sourceAnimation._keyFrames.Clone();
459
KeyFrames = (
CharKeyFrameCollection
)value;
466
public
CharKeyFrameCollection
KeyFrames
483
_keyFrames =
CharKeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (13)
34
private static
CharKeyFrameCollection
s_emptyCollection;
56
public static
CharKeyFrameCollection
Empty
62
CharKeyFrameCollection
emptyCollection = new CharKeyFrameCollection();
82
public new
CharKeyFrameCollection
Clone()
84
return (
CharKeyFrameCollection
)base.Clone();
101
CharKeyFrameCollection
sourceCollection = (
CharKeyFrameCollection
) sourceFreezable;
122
CharKeyFrameCollection
sourceCollection = (
CharKeyFrameCollection
) sourceFreezable;
143
CharKeyFrameCollection
sourceCollection = (
CharKeyFrameCollection
) sourceFreezable;
164
CharKeyFrameCollection
sourceCollection = (
CharKeyFrameCollection
) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
169
case 73: t = () => typeof(
CharKeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4253
typeof(System.Windows.Media.Animation.
CharKeyFrameCollection
), // type
4257
bamlMember.SetDelegate = 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)
2532
typeof(System.Windows.Media.Animation.
CharKeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5627
case KnownElements.CharKeyFrameCollection: t = typeof(System.Windows.Media.Animation.
CharKeyFrameCollection
); break;