5 instantiations of ThicknessKeyFrameCollection
PresentationFramework (5)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11300
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
ThicknessKeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1597
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
85
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)
6325
typeof(System.Windows.Media.Animation.
ThicknessKeyFrameCollection
), // type
6330
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)
11297
typeof(System.Windows.Media.Animation.
ThicknessKeyFrameCollection
),
System\Windows\Markup\KnownTypes.cs (1)
6205
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
74
public new
ThicknessKeyFrameCollection
Clone()
76
return (
ThicknessKeyFrameCollection
)base.Clone();
93
ThicknessKeyFrameCollection
sourceCollection = (
ThicknessKeyFrameCollection
) sourceFreezable;
114
ThicknessKeyFrameCollection
sourceCollection = (
ThicknessKeyFrameCollection
) sourceFreezable;
135
ThicknessKeyFrameCollection
sourceCollection = (
ThicknessKeyFrameCollection
) sourceFreezable;
156
ThicknessKeyFrameCollection
sourceCollection = (
ThicknessKeyFrameCollection
) sourceFreezable;