5 instantiations of ThicknessKeyFrameCollection
PresentationFramework (5)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10185
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
ThicknessKeyFrameCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1603
case KnownElements.ThicknessKeyFrameCollection: o = new System.Windows.Media.Animation.
ThicknessKeyFrameCollection
(); break;
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (1)
521
_keyFrames = new
ThicknessKeyFrameCollection
();
System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (2)
61
ThicknessKeyFrameCollection emptyCollection = new
ThicknessKeyFrameCollection
();
92
return new
ThicknessKeyFrameCollection
();
24 references to ThicknessKeyFrameCollection
PresentationFramework (24)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
753
case 657: t = () => typeof(
ThicknessKeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5913
typeof(System.Windows.Media.Animation.
ThicknessKeyFrameCollection
), // type
5917
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Media.Animation.ThicknessAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.
ThicknessKeyFrameCollection
)value; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10183
typeof(System.Windows.Media.Animation.
ThicknessKeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
6211
case KnownElements.ThicknessKeyFrameCollection: t = typeof(System.Windows.Media.Animation.
ThicknessKeyFrameCollection
); break;
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (6)
39
private
ThicknessKeyFrameCollection
_keyFrames;
186
_keyFrames = (
ThicknessKeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
190
_keyFrames = (
ThicknessKeyFrameCollection
)sourceAnimation._keyFrames.Clone();
491
KeyFrames = (
ThicknessKeyFrameCollection
)value;
498
public
ThicknessKeyFrameCollection
KeyFrames
515
_keyFrames =
ThicknessKeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (13)
33
private static
ThicknessKeyFrameCollection
s_emptyCollection;
55
public static
ThicknessKeyFrameCollection
Empty
61
ThicknessKeyFrameCollection
emptyCollection = new ThicknessKeyFrameCollection();
81
public new
ThicknessKeyFrameCollection
Clone()
83
return (
ThicknessKeyFrameCollection
)base.Clone();
100
ThicknessKeyFrameCollection
sourceCollection = (
ThicknessKeyFrameCollection
) sourceFreezable;
121
ThicknessKeyFrameCollection
sourceCollection = (
ThicknessKeyFrameCollection
) sourceFreezable;
142
ThicknessKeyFrameCollection
sourceCollection = (
ThicknessKeyFrameCollection
) sourceFreezable;
163
ThicknessKeyFrameCollection
sourceCollection = (
ThicknessKeyFrameCollection
) sourceFreezable;