31 references to DoubleAnimation
PresentationCore (5)
System\Windows\Media\Animation\Generated\DoubleAnimation.cs (5)
95: this() 107: this() 120: this() 133: this() 170return new DoubleAnimation();
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4065DefaultConstructor = delegate () { return new System.Windows.Media.Animation.DoubleAnimation(); },
System\Windows\Markup\KnownTypes.cs (1)
1230case KnownElements.DoubleAnimation: o = new System.Windows.Media.Animation.DoubleAnimation(); break;
System\Windows\VisualStateManager.cs (2)
430result = new DoubleAnimation() { EasingFunction = easingFunction }; 463DoubleAnimation da = new DoubleAnimation() { To = targetDouble, EasingFunction = easingFunction };
PresentationFramework.Aero (11)
Microsoft\Windows\Themes\BulletChrome.cs (5)
122DoubleAnimation da = new DoubleAnimation 267DoubleAnimation da = new DoubleAnimation(); 440DoubleAnimation da = new DoubleAnimation 517da = new DoubleAnimation 525DoubleAnimation da = new DoubleAnimation
Microsoft\Windows\Themes\ButtonChrome.cs (3)
148DoubleAnimation da = new DoubleAnimation 247DoubleAnimation da = new DoubleAnimation 334DoubleAnimation da = new DoubleAnimation
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
151DoubleAnimation da = new DoubleAnimation
Microsoft\Windows\Themes\ScrollChrome.cs (2)
149DoubleAnimation da = new DoubleAnimation 158DoubleAnimation da = new DoubleAnimation
PresentationFramework.Aero2 (11)
Microsoft\Windows\Themes\BulletChrome.cs (5)
122DoubleAnimation da = new DoubleAnimation 267DoubleAnimation da = new DoubleAnimation(); 440DoubleAnimation da = new DoubleAnimation 517da = new DoubleAnimation 525DoubleAnimation da = new DoubleAnimation
Microsoft\Windows\Themes\ButtonChrome.cs (3)
148DoubleAnimation da = new DoubleAnimation 247DoubleAnimation da = new DoubleAnimation 334DoubleAnimation da = new DoubleAnimation
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
151DoubleAnimation da = new DoubleAnimation
Microsoft\Windows\Themes\ScrollChrome.cs (2)
149DoubleAnimation da = new DoubleAnimation 158DoubleAnimation da = new DoubleAnimation