20 references to DoubleAnimation
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimation.cs (5)
108: this() 120: this() 133: this() 146: this() 183return new DoubleAnimation();
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3781bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.DoubleAnimation(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1238case KnownElements.DoubleAnimation: o = new System.Windows.Media.Animation.DoubleAnimation(); break;
src\Framework\System\Windows\VisualStateManager.cs (2)
482result = new DoubleAnimation() { EasingFunction = easingFunction }; 515DoubleAnimation da = new DoubleAnimation() { To = targetDouble, EasingFunction = easingFunction };
PresentationFramework.Aero (11)
Microsoft\Windows\Themes\BulletChrome.cs (5)
135DoubleAnimation da = new DoubleAnimation(); 276DoubleAnimation da = new DoubleAnimation(); 449DoubleAnimation da = new DoubleAnimation(); 522da = new DoubleAnimation(); 528DoubleAnimation da = new DoubleAnimation();
Microsoft\Windows\Themes\ButtonChrome.cs (3)
164DoubleAnimation da = new DoubleAnimation(); 259DoubleAnimation da = new DoubleAnimation(); 344DoubleAnimation da = new DoubleAnimation();
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
164DoubleAnimation da = new DoubleAnimation();
Microsoft\Windows\Themes\ScrollChrome.cs (2)
161DoubleAnimation da = new DoubleAnimation(); 168DoubleAnimation da = new DoubleAnimation();