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)
4066DefaultConstructor = delegate () { return new System.Windows.Media.Animation.DoubleAnimation(); },
System\Windows\Markup\KnownTypes.cs (1)
1231case KnownElements.DoubleAnimation: o = new System.Windows.Media.Animation.DoubleAnimation(); break;
System\Windows\VisualStateManager.cs (2)
431result = new DoubleAnimation() { EasingFunction = easingFunction }; 464DoubleAnimation da = new DoubleAnimation() { To = targetDouble, EasingFunction = easingFunction };
PresentationFramework.Aero (11)
Microsoft\Windows\Themes\BulletChrome.cs (5)
123DoubleAnimation da = new DoubleAnimation 268DoubleAnimation da = new DoubleAnimation(); 441DoubleAnimation da = new DoubleAnimation 518da = new DoubleAnimation 526DoubleAnimation da = new DoubleAnimation
Microsoft\Windows\Themes\ButtonChrome.cs (3)
149DoubleAnimation da = new DoubleAnimation 248DoubleAnimation da = new DoubleAnimation 335DoubleAnimation da = new DoubleAnimation
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
152DoubleAnimation da = new DoubleAnimation
Microsoft\Windows\Themes\ScrollChrome.cs (2)
150DoubleAnimation da = new DoubleAnimation 159DoubleAnimation da = new DoubleAnimation
PresentationFramework.Aero2 (11)
Microsoft\Windows\Themes\BulletChrome.cs (5)
123DoubleAnimation da = new DoubleAnimation 268DoubleAnimation da = new DoubleAnimation(); 441DoubleAnimation da = new DoubleAnimation 518da = new DoubleAnimation 526DoubleAnimation da = new DoubleAnimation
Microsoft\Windows\Themes\ButtonChrome.cs (3)
149DoubleAnimation da = new DoubleAnimation 248DoubleAnimation da = new DoubleAnimation 335DoubleAnimation da = new DoubleAnimation
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
152DoubleAnimation da = new DoubleAnimation
Microsoft\Windows\Themes\ScrollChrome.cs (2)
150DoubleAnimation da = new DoubleAnimation 159DoubleAnimation da = new DoubleAnimation