5 instantiations of StringKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (1)
478
_keyFrames = new
StringKeyFrameCollection
();
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (2)
53
StringKeyFrameCollection emptyCollection = new
StringKeyFrameCollection
85
return new
StringKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10684
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
StringKeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1568
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)
29
private
StringKeyFrameCollection
_keyFrames;
176
_keyFrames = (
StringKeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
180
_keyFrames = (
StringKeyFrameCollection
)sourceAnimation._keyFrames.Clone();
448
KeyFrames = (
StringKeyFrameCollection
)value;
455
public
StringKeyFrameCollection
KeyFrames
472
_keyFrames =
StringKeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (13)
25
private static
StringKeyFrameCollection
s_emptyCollection;
47
public static
StringKeyFrameCollection
Empty
53
StringKeyFrameCollection
emptyCollection = new StringKeyFrameCollection
74
public new
StringKeyFrameCollection
Clone()
76
return (
StringKeyFrameCollection
)base.Clone();
93
StringKeyFrameCollection
sourceCollection = (
StringKeyFrameCollection
) sourceFreezable;
114
StringKeyFrameCollection
sourceCollection = (
StringKeyFrameCollection
) sourceFreezable;
135
StringKeyFrameCollection
sourceCollection = (
StringKeyFrameCollection
) sourceFreezable;
156
StringKeyFrameCollection
sourceCollection = (
StringKeyFrameCollection
) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
710
case 617: t = () => typeof(
StringKeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
6133
typeof(System.Windows.Media.Animation.
StringKeyFrameCollection
), // type
6138
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)
10681
typeof(System.Windows.Media.Animation.
StringKeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
6164
case KnownElements.StringKeyFrameCollection: t = typeof(System.Windows.Media.Animation.
StringKeyFrameCollection
); break;