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