5 instantiations of ThicknessKeyFrameCollection
PresentationFramework (5)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10183bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.ThicknessKeyFrameCollection(); };
System\Windows\Markup\KnownTypes.cs (1)
1603case 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)
53ThicknessKeyFrameCollection emptyCollection = new ThicknessKeyFrameCollection(); 84return new ThicknessKeyFrameCollection();
24 references to ThicknessKeyFrameCollection
PresentationFramework (24)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
751case 657: t = () => typeof(ThicknessKeyFrameCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5911typeof(System.Windows.Media.Animation.ThicknessKeyFrameCollection), // type 5915bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Media.Animation.ThicknessAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.ThicknessKeyFrameCollection)value; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10181typeof(System.Windows.Media.Animation.ThicknessKeyFrameCollection),
System\Windows\Markup\KnownTypes.cs (1)
6211case KnownElements.ThicknessKeyFrameCollection: t = typeof(System.Windows.Media.Animation.ThicknessKeyFrameCollection); break;
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (6)
29private ThicknessKeyFrameCollection _keyFrames; 176_keyFrames = (ThicknessKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 180_keyFrames = (ThicknessKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 481KeyFrames = (ThicknessKeyFrameCollection)value; 488public ThicknessKeyFrameCollection KeyFrames 505_keyFrames = ThicknessKeyFrameCollection.Empty;
System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (13)
25private static ThicknessKeyFrameCollection s_emptyCollection; 47public static ThicknessKeyFrameCollection Empty 53ThicknessKeyFrameCollection emptyCollection = new ThicknessKeyFrameCollection(); 73public new ThicknessKeyFrameCollection Clone() 75return (ThicknessKeyFrameCollection)base.Clone(); 92ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable; 113ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable; 134ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable; 155ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable;