5 instantiations of ThicknessKeyFrameCollection
PresentationFramework (5)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11300DefaultConstructor = delegate () { return new System.Windows.Media.Animation.ThicknessKeyFrameCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1597case 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 85return 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)
6325typeof(System.Windows.Media.Animation.ThicknessKeyFrameCollection), // type 6330SetDelegate = 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)
11297typeof(System.Windows.Media.Animation.ThicknessKeyFrameCollection),
System\Windows\Markup\KnownTypes.cs (1)
6205case 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 74public new ThicknessKeyFrameCollection Clone() 76return (ThicknessKeyFrameCollection)base.Clone(); 93ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable; 114ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable; 135ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable; 156ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable;