14 instantiations of DoubleAnimationUsingKeyFrames
PresentationCore (1)
System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (1)
103return new DoubleAnimationUsingKeyFrames();
PresentationFramework (3)
System\windows\Documents\CaretElement.cs (1)
904DoubleAnimationUsingKeyFrames blinkAnimation = new DoubleAnimationUsingKeyFrames
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4095DefaultConstructor = delegate () { return new System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames(); },
System\Windows\Markup\KnownTypes.cs (1)
1232case KnownElements.DoubleAnimationUsingKeyFrames: o = new System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames(); break;
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
125DoubleAnimationUsingKeyFrames daukf = new DoubleAnimationUsingKeyFrames(); 234DoubleAnimationUsingKeyFrames daukf = new DoubleAnimationUsingKeyFrames();
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
88DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames
PresentationFramework.Aero2 (3)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
125DoubleAnimationUsingKeyFrames daukf = new DoubleAnimationUsingKeyFrames(); 234DoubleAnimationUsingKeyFrames daukf = new DoubleAnimationUsingKeyFrames();
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
88DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
107DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
107DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
107DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
107DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames
40 references to DoubleAnimationUsingKeyFrames
PresentationCore (14)
System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (13)
50public new DoubleAnimationUsingKeyFrames Clone() 52return (DoubleAnimationUsingKeyFrames)base.Clone(); 64public new DoubleAnimationUsingKeyFrames CloneCurrentValue() 66return (DoubleAnimationUsingKeyFrames)base.CloneCurrentValue(); 111DoubleAnimationUsingKeyFrames sourceAnimation = (DoubleAnimationUsingKeyFrames) sourceFreezable; 122DoubleAnimationUsingKeyFrames sourceAnimation = (DoubleAnimationUsingKeyFrames) sourceFreezable; 133DoubleAnimationUsingKeyFrames sourceAnimation = (DoubleAnimationUsingKeyFrames) source; 144DoubleAnimationUsingKeyFrames sourceAnimation = (DoubleAnimationUsingKeyFrames) source; 157private void CopyCommon(DoubleAnimationUsingKeyFrames sourceAnimation, bool isCurrentValueClone)
System\Windows\Media\Animation\KeySpline.cs (1)
14/// Example of a key frame animation class: <see cref="System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames">DoubleAnimationUsingKeyFrames</see>.
PresentationFramework (12)
System\windows\Documents\CaretElement.cs (1)
904DoubleAnimationUsingKeyFrames blinkAnimation = new DoubleAnimationUsingKeyFrames
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
265case 171: t = () => typeof(DoubleAnimationUsingKeyFrames); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (4)
4725Type type = typeof(System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames); 4727this.GetXamlType(typeof(System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames)), // DeclaringType 4734SetDelegate = delegate (object target, object value) { ((System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames)target).KeyFrames = (System.Windows.Media.Animation.DoubleKeyFrameCollection)value; }, 4735GetDelegate = delegate (object target) { return ((System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames)target).KeyFrames; }
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4092typeof(System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames),
System\Windows\Markup\KnownTypes.cs (2)
2487case KnownElements.DoubleAnimationUsingKeyFrames: return (o as System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames).KeyFrames; 5719case KnownElements.DoubleAnimationUsingKeyFrames: t = typeof(System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames); break;
System\Windows\VisualStateManager.cs (3)
429else if (timeline is DoubleAnimation || timeline is DoubleAnimationUsingKeyFrames) 621DoubleAnimationUsingKeyFrames dak = timeline as DoubleAnimationUsingKeyFrames;
PresentationFramework.Aero (5)
Microsoft\Windows\Themes\ButtonChrome.cs (4)
125DoubleAnimationUsingKeyFrames daukf = new DoubleAnimationUsingKeyFrames(); 130DoubleAnimationUsingKeyFrames.SetDesiredFrameRate(daukf, 10); 234DoubleAnimationUsingKeyFrames daukf = new DoubleAnimationUsingKeyFrames(); 240DoubleAnimationUsingKeyFrames.SetDesiredFrameRate(daukf, 10);
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
88DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames
PresentationFramework.Aero2 (5)
Microsoft\Windows\Themes\ButtonChrome.cs (4)
125DoubleAnimationUsingKeyFrames daukf = new DoubleAnimationUsingKeyFrames(); 130DoubleAnimationUsingKeyFrames.SetDesiredFrameRate(daukf, 10); 234DoubleAnimationUsingKeyFrames daukf = new DoubleAnimationUsingKeyFrames(); 240DoubleAnimationUsingKeyFrames.SetDesiredFrameRate(daukf, 10);
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
88DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
107DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
107DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
107DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
107DoubleAnimationUsingKeyFrames animation = new DoubleAnimationUsingKeyFrames