5 instantiations of ThicknessKeyFrameCollection
PresentationFramework (5)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10181
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
ThicknessKeyFrameCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1604
case KnownElements.ThicknessKeyFrameCollection: o = new System.Windows.Media.Animation.
ThicknessKeyFrameCollection
(); break;
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (1)
530
_keyFrames = new
ThicknessKeyFrameCollection
();
src\Framework\System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (2)
63
ThicknessKeyFrameCollection emptyCollection = new
ThicknessKeyFrameCollection
();
94
return new
ThicknessKeyFrameCollection
();
24 references to ThicknessKeyFrameCollection
PresentationFramework (24)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
749
case 657: t = () => typeof(
ThicknessKeyFrameCollection
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5871
typeof(System.Windows.Media.Animation.
ThicknessKeyFrameCollection
), // type
5875
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Media.Animation.ThicknessAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.
ThicknessKeyFrameCollection
)value; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10179
typeof(System.Windows.Media.Animation.
ThicknessKeyFrameCollection
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6201
case KnownElements.ThicknessKeyFrameCollection: t = typeof(System.Windows.Media.Animation.
ThicknessKeyFrameCollection
); break;
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (6)
42
private
ThicknessKeyFrameCollection
_keyFrames;
189
_keyFrames = (
ThicknessKeyFrameCollection
)sourceAnimation._keyFrames.CloneCurrentValue();
193
_keyFrames = (
ThicknessKeyFrameCollection
)sourceAnimation._keyFrames.Clone();
500
KeyFrames = (
ThicknessKeyFrameCollection
)value;
507
public
ThicknessKeyFrameCollection
KeyFrames
524
_keyFrames =
ThicknessKeyFrameCollection
.Empty;
src\Framework\System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (13)
35
private static
ThicknessKeyFrameCollection
s_emptyCollection;
57
public static
ThicknessKeyFrameCollection
Empty
63
ThicknessKeyFrameCollection
emptyCollection = new ThicknessKeyFrameCollection();
83
public new
ThicknessKeyFrameCollection
Clone()
85
return (
ThicknessKeyFrameCollection
)base.Clone();
102
ThicknessKeyFrameCollection
sourceCollection = (
ThicknessKeyFrameCollection
) sourceFreezable;
123
ThicknessKeyFrameCollection
sourceCollection = (
ThicknessKeyFrameCollection
) sourceFreezable;
144
ThicknessKeyFrameCollection
sourceCollection = (
ThicknessKeyFrameCollection
) sourceFreezable;
165
ThicknessKeyFrameCollection
sourceCollection = (
ThicknessKeyFrameCollection
) sourceFreezable;