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)
512_keyFrames = new ThicknessKeyFrameCollection();
System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (2)
54ThicknessKeyFrameCollection emptyCollection = new ThicknessKeyFrameCollection 86return 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)
30private ThicknessKeyFrameCollection _keyFrames; 177_keyFrames = (ThicknessKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 181_keyFrames = (ThicknessKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 482KeyFrames = (ThicknessKeyFrameCollection)value; 489public ThicknessKeyFrameCollection KeyFrames 506_keyFrames = ThicknessKeyFrameCollection.Empty;
System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (13)
26private static ThicknessKeyFrameCollection s_emptyCollection; 48public static ThicknessKeyFrameCollection Empty 54ThicknessKeyFrameCollection emptyCollection = new ThicknessKeyFrameCollection 75public new ThicknessKeyFrameCollection Clone() 77return (ThicknessKeyFrameCollection)base.Clone(); 94ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable; 115ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable; 136ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable; 157ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable;