5 instantiations of StringKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (1)
489
_keyFrames = new
StringKeyFrameCollection
();
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (2)
62
StringKeyFrameCollection emptyCollection = new
StringKeyFrameCollection
();
93
return new
StringKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9636
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
StringKeyFrameCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1575
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)
40
private
StringKeyFrameCollection
_keyFrames;
187
_keyFrames = (
StringKeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
191
_keyFrames = (
StringKeyFrameCollection
)sourceAnimation._keyFrames.Clone();
459
KeyFrames = (
StringKeyFrameCollection
)value;
466
public
StringKeyFrameCollection
KeyFrames
483
_keyFrames =
StringKeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (13)
34
private static
StringKeyFrameCollection
s_emptyCollection;
56
public static
StringKeyFrameCollection
Empty
62
StringKeyFrameCollection
emptyCollection = new StringKeyFrameCollection();
82
public new
StringKeyFrameCollection
Clone()
84
return (
StringKeyFrameCollection
)base.Clone();
101
StringKeyFrameCollection
sourceCollection = (
StringKeyFrameCollection
) sourceFreezable;
122
StringKeyFrameCollection
sourceCollection = (
StringKeyFrameCollection
) sourceFreezable;
143
StringKeyFrameCollection
sourceCollection = (
StringKeyFrameCollection
) sourceFreezable;
164
StringKeyFrameCollection
sourceCollection = (
StringKeyFrameCollection
) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
713
case 617: t = () => typeof(
StringKeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5742
typeof(System.Windows.Media.Animation.
StringKeyFrameCollection
), // type
5746
bamlMember.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)
9634
typeof(System.Windows.Media.Animation.
StringKeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
6171
case KnownElements.StringKeyFrameCollection: t = typeof(System.Windows.Media.Animation.
StringKeyFrameCollection
); break;