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)
4065
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
DoubleAnimation
(); },
System\Windows\Markup\KnownTypes.cs (1)
1230
case KnownElements.DoubleAnimation: o = new System.Windows.Media.Animation.
DoubleAnimation
(); break;
System\Windows\VisualStateManager.cs (2)
430
result = new
DoubleAnimation
() { EasingFunction = easingFunction };
463
DoubleAnimation da = new
DoubleAnimation
() { To = targetDouble, EasingFunction = easingFunction };
PresentationFramework.Aero (11)
Microsoft\Windows\Themes\BulletChrome.cs (5)
122
DoubleAnimation da = new
DoubleAnimation
267
DoubleAnimation da = new
DoubleAnimation
();
440
DoubleAnimation da = new
DoubleAnimation
517
da = new
DoubleAnimation
525
DoubleAnimation da = new
DoubleAnimation
Microsoft\Windows\Themes\ButtonChrome.cs (3)
148
DoubleAnimation da = new
DoubleAnimation
247
DoubleAnimation da = new
DoubleAnimation
334
DoubleAnimation da = new
DoubleAnimation
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
151
DoubleAnimation da = new
DoubleAnimation
Microsoft\Windows\Themes\ScrollChrome.cs (2)
149
DoubleAnimation da = new
DoubleAnimation
158
DoubleAnimation da = new
DoubleAnimation
PresentationFramework.Aero2 (11)
Microsoft\Windows\Themes\BulletChrome.cs (5)
122
DoubleAnimation da = new
DoubleAnimation
267
DoubleAnimation da = new
DoubleAnimation
();
440
DoubleAnimation da = new
DoubleAnimation
517
da = new
DoubleAnimation
525
DoubleAnimation da = new
DoubleAnimation
Microsoft\Windows\Themes\ButtonChrome.cs (3)
148
DoubleAnimation da = new
DoubleAnimation
247
DoubleAnimation da = new
DoubleAnimation
334
DoubleAnimation da = new
DoubleAnimation
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
151
DoubleAnimation da = new
DoubleAnimation
Microsoft\Windows\Themes\ScrollChrome.cs (2)
149
DoubleAnimation da = new
DoubleAnimation
158
DoubleAnimation da = new
DoubleAnimation