5 instantiations of Int32KeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (1)
522
_keyFrames = new
Int32KeyFrameCollection
();
System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (2)
62
Int32KeyFrameCollection emptyCollection = new
Int32KeyFrameCollection
();
93
return new
Int32KeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5725
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
Int32KeyFrameCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1342
case KnownElements.Int32KeyFrameCollection: o = new System.Windows.Media.Animation.
Int32KeyFrameCollection
(); break;
24 references to Int32KeyFrameCollection
PresentationCore (19)
System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (6)
40
private
Int32KeyFrameCollection
_keyFrames;
187
_keyFrames = (
Int32KeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
191
_keyFrames = (
Int32KeyFrameCollection
)sourceAnimation._keyFrames.Clone();
492
KeyFrames = (
Int32KeyFrameCollection
)value;
499
public
Int32KeyFrameCollection
KeyFrames
516
_keyFrames =
Int32KeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (13)
34
private static
Int32KeyFrameCollection
s_emptyCollection;
56
public static
Int32KeyFrameCollection
Empty
62
Int32KeyFrameCollection
emptyCollection = new Int32KeyFrameCollection();
82
public new
Int32KeyFrameCollection
Clone()
84
return (
Int32KeyFrameCollection
)base.Clone();
101
Int32KeyFrameCollection
sourceCollection = (
Int32KeyFrameCollection
) sourceFreezable;
122
Int32KeyFrameCollection
sourceCollection = (
Int32KeyFrameCollection
) sourceFreezable;
143
Int32KeyFrameCollection
sourceCollection = (
Int32KeyFrameCollection
) sourceFreezable;
164
Int32KeyFrameCollection
sourceCollection = (
Int32KeyFrameCollection
) sourceFreezable;
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
413
case 317: t = () => typeof(
Int32KeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
4905
typeof(System.Windows.Media.Animation.
Int32KeyFrameCollection
), // type
4909
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Media.Animation.Int32AnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.
Int32KeyFrameCollection
)value; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5723
typeof(System.Windows.Media.Animation.
Int32KeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5871
case KnownElements.Int32KeyFrameCollection: t = typeof(System.Windows.Media.Animation.
Int32KeyFrameCollection
); break;