5 instantiations of ThicknessKeyFrameCollection
PresentationFramework (5)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10185bamlType.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)
521_keyFrames = new ThicknessKeyFrameCollection();
System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (2)
61ThicknessKeyFrameCollection emptyCollection = new ThicknessKeyFrameCollection(); 92return new ThicknessKeyFrameCollection();
24 references to ThicknessKeyFrameCollection
PresentationFramework (24)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
753case 657: t = () => typeof(ThicknessKeyFrameCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5913typeof(System.Windows.Media.Animation.ThicknessKeyFrameCollection), // type 5917bamlMember.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)
10183typeof(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)
39private ThicknessKeyFrameCollection _keyFrames; 186_keyFrames = (ThicknessKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 190_keyFrames = (ThicknessKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 491KeyFrames = (ThicknessKeyFrameCollection)value; 498public ThicknessKeyFrameCollection KeyFrames 515_keyFrames = ThicknessKeyFrameCollection.Empty;
System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (13)
33private static ThicknessKeyFrameCollection s_emptyCollection; 55public static ThicknessKeyFrameCollection Empty 61ThicknessKeyFrameCollection emptyCollection = new ThicknessKeyFrameCollection(); 81public new ThicknessKeyFrameCollection Clone() 83return (ThicknessKeyFrameCollection)base.Clone(); 100ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable; 121ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable; 142ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable; 163ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable;