5 instantiations of ThicknessKeyFrameCollection
PresentationFramework (5)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10183
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)
511
_keyFrames = new
ThicknessKeyFrameCollection
();
System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (2)
53
ThicknessKeyFrameCollection emptyCollection = new
ThicknessKeyFrameCollection
();
84
return new
ThicknessKeyFrameCollection
();
24 references to ThicknessKeyFrameCollection
PresentationFramework (24)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
751
case 657: t = () => typeof(
ThicknessKeyFrameCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5911
typeof(System.Windows.Media.Animation.
ThicknessKeyFrameCollection
), // type
5915
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)
10181
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)
29
private
ThicknessKeyFrameCollection
_keyFrames;
176
_keyFrames = (
ThicknessKeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
180
_keyFrames = (
ThicknessKeyFrameCollection
)sourceAnimation._keyFrames.Clone();
481
KeyFrames = (
ThicknessKeyFrameCollection
)value;
488
public
ThicknessKeyFrameCollection
KeyFrames
505
_keyFrames =
ThicknessKeyFrameCollection
.Empty;
System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (13)
25
private static
ThicknessKeyFrameCollection
s_emptyCollection;
47
public static
ThicknessKeyFrameCollection
Empty
53
ThicknessKeyFrameCollection
emptyCollection = new ThicknessKeyFrameCollection();
73
public new
ThicknessKeyFrameCollection
Clone()
75
return (
ThicknessKeyFrameCollection
)base.Clone();
92
ThicknessKeyFrameCollection
sourceCollection = (
ThicknessKeyFrameCollection
) sourceFreezable;
113
ThicknessKeyFrameCollection
sourceCollection = (
ThicknessKeyFrameCollection
) sourceFreezable;
134
ThicknessKeyFrameCollection
sourceCollection = (
ThicknessKeyFrameCollection
) sourceFreezable;
155
ThicknessKeyFrameCollection
sourceCollection = (
ThicknessKeyFrameCollection
) sourceFreezable;