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