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