5 references to ThicknessKeyFrameCollection
PresentationFramework (5)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10181bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.ThicknessKeyFrameCollection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1604case KnownElements.ThicknessKeyFrameCollection: o = new System.Windows.Media.Animation.ThicknessKeyFrameCollection(); break;
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (1)
530_keyFrames = new ThicknessKeyFrameCollection();
src\Framework\System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (2)
63ThicknessKeyFrameCollection emptyCollection = new ThicknessKeyFrameCollection(); 94return new ThicknessKeyFrameCollection();