5 instantiations of CharKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (1)
473
_keyFrames = new
CharKeyFrameCollection
();
System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (2)
54
CharKeyFrameCollection emptyCollection = new
CharKeyFrameCollection
86
return new
CharKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2645
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
CharKeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1157
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)
24
private
CharKeyFrameCollection
_keyFrames;
171
_keyFrames = (
CharKeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
175
_keyFrames = (
CharKeyFrameCollection
)sourceAnimation._keyFrames.Clone();
443
KeyFrames = (
CharKeyFrameCollection
)value;
450
public
CharKeyFrameCollection
KeyFrames
467
_keyFrames =
CharKeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (13)
26
private static
CharKeyFrameCollection
s_emptyCollection;
48
public static
CharKeyFrameCollection
Empty
54
CharKeyFrameCollection
emptyCollection = new CharKeyFrameCollection
75
public new
CharKeyFrameCollection
Clone()
77
return (
CharKeyFrameCollection
)base.Clone();
94
CharKeyFrameCollection
sourceCollection = (
CharKeyFrameCollection
) sourceFreezable;
115
CharKeyFrameCollection
sourceCollection = (
CharKeyFrameCollection
) sourceFreezable;
136
CharKeyFrameCollection
sourceCollection = (
CharKeyFrameCollection
) sourceFreezable;
157
CharKeyFrameCollection
sourceCollection = (
CharKeyFrameCollection
) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
167
case 73: t = () => typeof(
CharKeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4483
typeof(System.Windows.Media.Animation.
CharKeyFrameCollection
), // type
4488
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)
2642
typeof(System.Windows.Media.Animation.
CharKeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5621
case KnownElements.CharKeyFrameCollection: t = typeof(System.Windows.Media.Animation.
CharKeyFrameCollection
); break;