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