1 type derived from DoubleAnimationUsingKeyFrames
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DropAnimation.xaml.cs (1)
9internal partial class DropAnimation : DoubleAnimationUsingKeyFrames
10 instantiations of DoubleAnimationUsingKeyFrames
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
120return new DoubleAnimationUsingKeyFrames();
PresentationFramework (3)
src\Framework\System\windows\Documents\CaretElement.cs (1)
916DoubleAnimationUsingKeyFrames blinkAnimation = new DoubleAnimationUsingKeyFrames();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3806bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1239case KnownElements.DoubleAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames(); break;
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
140DoubleAnimationUsingKeyFrames daukf = new DoubleAnimationUsingKeyFrames(); 245DoubleAnimationUsingKeyFrames daukf = new DoubleAnimationUsingKeyFrames();
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
95DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames();
PresentationFramework.Classic (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
124DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames();
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
124DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames();
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
124DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames();
34 references to DoubleAnimationUsingKeyFrames
PresentationCore (14)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (13)
67public new DoubleAnimationUsingKeyFrames Clone() 69return (DoubleAnimationUsingKeyFrames)base.Clone(); 81public new DoubleAnimationUsingKeyFrames CloneCurrentValue() 83return (DoubleAnimationUsingKeyFrames)base.CloneCurrentValue(); 128DoubleAnimationUsingKeyFrames sourceAnimation = (DoubleAnimationUsingKeyFrames) sourceFreezable; 139DoubleAnimationUsingKeyFrames sourceAnimation = (DoubleAnimationUsingKeyFrames) sourceFreezable; 150DoubleAnimationUsingKeyFrames sourceAnimation = (DoubleAnimationUsingKeyFrames) source; 161DoubleAnimationUsingKeyFrames sourceAnimation = (DoubleAnimationUsingKeyFrames) source; 174private void CopyCommon(DoubleAnimationUsingKeyFrames sourceAnimation, bool isCurrentValueClone)
Core\CSharp\System\Windows\Media\Animation\KeySpline.cs (1)
27/// Example of a key frame animation class: <see cref="System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames">DoubleAnimationUsingKeyFrames</see>.
PresentationFramework (12)
src\Framework\System\windows\Documents\CaretElement.cs (1)
916DoubleAnimationUsingKeyFrames blinkAnimation = new DoubleAnimationUsingKeyFrames();
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
263case 171: t = () => typeof(DoubleAnimationUsingKeyFrames); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (4)
4446Type type = typeof(System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames); 4448this.GetXamlType(typeof(System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames)), // DeclaringType 4454bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.DoubleKeyFrameCollection)value; }; 4455bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames)target).KeyFrames; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3804typeof(System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames),
src\Framework\System\Windows\Markup\KnownTypes.cs (2)
2486case KnownElements.DoubleAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames).KeyFrames; 5715case KnownElements.DoubleAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames); break;
src\Framework\System\Windows\VisualStateManager.cs (3)
480else if (timeline is DoubleAnimation || timeline is DoubleAnimationUsingKeyFrames) 683DoubleAnimationUsingKeyFrames dak = timeline as DoubleAnimationUsingKeyFrames;
PresentationFramework.Aero (5)
Microsoft\Windows\Themes\ButtonChrome.cs (4)
140DoubleAnimationUsingKeyFrames daukf = new DoubleAnimationUsingKeyFrames(); 145DoubleAnimationUsingKeyFrames.SetDesiredFrameRate(daukf, 10); 245DoubleAnimationUsingKeyFrames daukf = new DoubleAnimationUsingKeyFrames(); 251DoubleAnimationUsingKeyFrames.SetDesiredFrameRate(daukf, 10);
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
95DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames();
PresentationFramework.Classic (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
124DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames();
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
124DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames();
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
124DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames();