5 references to ThicknessKeyFrameCollection
PresentationFramework (5)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10183
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
ThicknessKeyFrameCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1603
case KnownElements.ThicknessKeyFrameCollection: o = new System.Windows.Media.Animation.
ThicknessKeyFrameCollection
(); break;
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (1)
511
_keyFrames = new
ThicknessKeyFrameCollection
();
System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (2)
53
ThicknessKeyFrameCollection emptyCollection = new
ThicknessKeyFrameCollection
();
84
return new
ThicknessKeyFrameCollection
();