5 references to SizeKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (1)
507
_keyFrames = new
SizeKeyFrameCollection
();
System\Windows\Media\Animation\Generated\SizeKeyFrameCollection.cs (2)
54
SizeKeyFrameCollection emptyCollection = new
SizeKeyFrameCollection
86
return new
SizeKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10041
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SizeKeyFrameCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1532
case KnownElements.SizeKeyFrameCollection: o = new System.Windows.Media.Animation.
SizeKeyFrameCollection
(); break;