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
();
85
return new
SizeKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9070
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SizeKeyFrameCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1538
case KnownElements.SizeKeyFrameCollection: o = new System.Windows.Media.Animation.
SizeKeyFrameCollection
(); break;