5 instantiations of StringKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (1)
473
_keyFrames = new
StringKeyFrameCollection
();
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (2)
54
StringKeyFrameCollection emptyCollection = new
StringKeyFrameCollection
86
return new
StringKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10685
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
StringKeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1569
case KnownElements.StringKeyFrameCollection: o = new System.Windows.Media.Animation.
StringKeyFrameCollection
(); break;
24 references to StringKeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (6)
24
private
StringKeyFrameCollection
_keyFrames;
171
_keyFrames = (
StringKeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
175
_keyFrames = (
StringKeyFrameCollection
)sourceAnimation._keyFrames.Clone();
443
KeyFrames = (
StringKeyFrameCollection
)value;
450
public
StringKeyFrameCollection
KeyFrames
467
_keyFrames =
StringKeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (13)
26
private static
StringKeyFrameCollection
s_emptyCollection;
48
public static
StringKeyFrameCollection
Empty
54
StringKeyFrameCollection
emptyCollection = new StringKeyFrameCollection
75
public new
StringKeyFrameCollection
Clone()
77
return (
StringKeyFrameCollection
)base.Clone();
94
StringKeyFrameCollection
sourceCollection = (
StringKeyFrameCollection
) sourceFreezable;
115
StringKeyFrameCollection
sourceCollection = (
StringKeyFrameCollection
) sourceFreezable;
136
StringKeyFrameCollection
sourceCollection = (
StringKeyFrameCollection
) sourceFreezable;
157
StringKeyFrameCollection
sourceCollection = (
StringKeyFrameCollection
) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
711
case 617: t = () => typeof(
StringKeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
6134
typeof(System.Windows.Media.Animation.
StringKeyFrameCollection
), // type
6139
SetDelegate = delegate (object target, object value) { ((System.Windows.Media.Animation.StringAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.
StringKeyFrameCollection
)value; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10682
typeof(System.Windows.Media.Animation.
StringKeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
6165
case KnownElements.StringKeyFrameCollection: t = typeof(System.Windows.Media.Animation.
StringKeyFrameCollection
); break;