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)
63
RectKeyFrameCollection emptyCollection = new
RectKeyFrameCollection
();
94
return new
RectKeyFrameCollection
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8250
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
RectKeyFrameCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1496
case KnownElements.RectKeyFrameCollection: o = new System.Windows.Media.Animation.
RectKeyFrameCollection
(); break;