31 references to DoubleAnimation
PresentationCore (5)
System\Windows\Media\Animation\Generated\DoubleAnimation.cs (5)
106: this() 118: this() 131: this() 144: this() 181return new DoubleAnimation();
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3785bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.DoubleAnimation(); };
System\Windows\Markup\KnownTypes.cs (1)
1237case KnownElements.DoubleAnimation: o = new System.Windows.Media.Animation.DoubleAnimation(); break;
System\Windows\VisualStateManager.cs (2)
436result = new DoubleAnimation() { EasingFunction = easingFunction }; 469DoubleAnimation da = new DoubleAnimation() { To = targetDouble, EasingFunction = easingFunction };
PresentationFramework.Aero (11)
Microsoft\Windows\Themes\BulletChrome.cs (5)
129DoubleAnimation da = new DoubleAnimation(); 270DoubleAnimation da = new DoubleAnimation(); 443DoubleAnimation da = new DoubleAnimation(); 516da = new DoubleAnimation(); 522DoubleAnimation da = new DoubleAnimation();
Microsoft\Windows\Themes\ButtonChrome.cs (3)
158DoubleAnimation da = new DoubleAnimation(); 253DoubleAnimation da = new DoubleAnimation(); 338DoubleAnimation da = new DoubleAnimation();
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
158DoubleAnimation da = new DoubleAnimation();
Microsoft\Windows\Themes\ScrollChrome.cs (2)
155DoubleAnimation da = new DoubleAnimation(); 162DoubleAnimation da = new DoubleAnimation();
PresentationFramework.Aero2 (11)
Microsoft\Windows\Themes\BulletChrome.cs (5)
129DoubleAnimation da = new DoubleAnimation(); 270DoubleAnimation da = new DoubleAnimation(); 443DoubleAnimation da = new DoubleAnimation(); 516da = new DoubleAnimation(); 522DoubleAnimation da = new DoubleAnimation();
Microsoft\Windows\Themes\ButtonChrome.cs (3)
158DoubleAnimation da = new DoubleAnimation(); 253DoubleAnimation da = new DoubleAnimation(); 338DoubleAnimation da = new DoubleAnimation();
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
158DoubleAnimation da = new DoubleAnimation();
Microsoft\Windows\Themes\ScrollChrome.cs (2)
155DoubleAnimation da = new DoubleAnimation(); 162DoubleAnimation da = new DoubleAnimation();