5 instantiations of ThicknessKeyFrameCollection
PresentationFramework (5)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10181bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.ThicknessKeyFrameCollection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1604case KnownElements.ThicknessKeyFrameCollection: o = new System.Windows.Media.Animation.ThicknessKeyFrameCollection(); break;
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (1)
530_keyFrames = new ThicknessKeyFrameCollection();
src\Framework\System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (2)
63ThicknessKeyFrameCollection emptyCollection = new ThicknessKeyFrameCollection(); 94return new ThicknessKeyFrameCollection();
24 references to ThicknessKeyFrameCollection
PresentationFramework (24)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
749case 657: t = () => typeof(ThicknessKeyFrameCollection); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
5871typeof(System.Windows.Media.Animation.ThicknessKeyFrameCollection), // type 5875bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Media.Animation.ThicknessAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.ThicknessKeyFrameCollection)value; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10179typeof(System.Windows.Media.Animation.ThicknessKeyFrameCollection),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6201case KnownElements.ThicknessKeyFrameCollection: t = typeof(System.Windows.Media.Animation.ThicknessKeyFrameCollection); break;
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (6)
42private ThicknessKeyFrameCollection _keyFrames; 189_keyFrames = (ThicknessKeyFrameCollection)sourceAnimation._keyFrames.CloneCurrentValue(); 193_keyFrames = (ThicknessKeyFrameCollection)sourceAnimation._keyFrames.Clone(); 500KeyFrames = (ThicknessKeyFrameCollection)value; 507public ThicknessKeyFrameCollection KeyFrames 524_keyFrames = ThicknessKeyFrameCollection.Empty;
src\Framework\System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (13)
35private static ThicknessKeyFrameCollection s_emptyCollection; 57public static ThicknessKeyFrameCollection Empty 63ThicknessKeyFrameCollection emptyCollection = new ThicknessKeyFrameCollection(); 83public new ThicknessKeyFrameCollection Clone() 85return (ThicknessKeyFrameCollection)base.Clone(); 102ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable; 123ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable; 144ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable; 165ThicknessKeyFrameCollection sourceCollection = (ThicknessKeyFrameCollection) sourceFreezable;