31 references to DoubleAnimation
PresentationCore (5)
System\Windows\Media\Animation\Generated\DoubleAnimation.cs (5)
95
:
this
()
107
:
this
()
120
:
this
()
133
:
this
()
170
return new
DoubleAnimation
();
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4066
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
DoubleAnimation
(); },
System\Windows\Markup\KnownTypes.cs (1)
1231
case KnownElements.DoubleAnimation: o = new System.Windows.Media.Animation.
DoubleAnimation
(); break;
System\Windows\VisualStateManager.cs (2)
431
result = new
DoubleAnimation
() { EasingFunction = easingFunction };
464
DoubleAnimation da = new
DoubleAnimation
() { To = targetDouble, EasingFunction = easingFunction };
PresentationFramework.Aero (11)
Microsoft\Windows\Themes\BulletChrome.cs (5)
123
DoubleAnimation da = new
DoubleAnimation
268
DoubleAnimation da = new
DoubleAnimation
();
441
DoubleAnimation da = new
DoubleAnimation
518
da = new
DoubleAnimation
526
DoubleAnimation da = new
DoubleAnimation
Microsoft\Windows\Themes\ButtonChrome.cs (3)
149
DoubleAnimation da = new
DoubleAnimation
248
DoubleAnimation da = new
DoubleAnimation
335
DoubleAnimation da = new
DoubleAnimation
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
152
DoubleAnimation da = new
DoubleAnimation
Microsoft\Windows\Themes\ScrollChrome.cs (2)
150
DoubleAnimation da = new
DoubleAnimation
159
DoubleAnimation da = new
DoubleAnimation
PresentationFramework.Aero2 (11)
Microsoft\Windows\Themes\BulletChrome.cs (5)
123
DoubleAnimation da = new
DoubleAnimation
268
DoubleAnimation da = new
DoubleAnimation
();
441
DoubleAnimation da = new
DoubleAnimation
518
da = new
DoubleAnimation
526
DoubleAnimation da = new
DoubleAnimation
Microsoft\Windows\Themes\ButtonChrome.cs (3)
149
DoubleAnimation da = new
DoubleAnimation
248
DoubleAnimation da = new
DoubleAnimation
335
DoubleAnimation da = new
DoubleAnimation
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
152
DoubleAnimation da = new
DoubleAnimation
Microsoft\Windows\Themes\ScrollChrome.cs (2)
150
DoubleAnimation da = new
DoubleAnimation
159
DoubleAnimation da = new
DoubleAnimation