5 references to SizeKeyFrameCollection
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (1)
530_keyFrames = new SizeKeyFrameCollection();
Core\CSharp\System\Windows\Media\Animation\Generated\SizeKeyFrameCollection.cs (2)
63SizeKeyFrameCollection emptyCollection = new SizeKeyFrameCollection(); 94return new SizeKeyFrameCollection();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9068bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.SizeKeyFrameCollection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1539case KnownElements.SizeKeyFrameCollection: o = new System.Windows.Media.Animation.SizeKeyFrameCollection(); break;