25 references to ColorAnimation
PresentationCore (5)
System\Windows\Media\Animation\Generated\ColorAnimation.cs (5)
95
:
this
()
107
:
this
()
120
:
this
()
133
:
this
()
170
return new
ColorAnimation
();
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2765
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
ColorAnimation
(); },
System\Windows\Markup\KnownTypes.cs (1)
1161
case KnownElements.ColorAnimation: o = new System.Windows.Media.Animation.
ColorAnimation
(); break;
System\Windows\VisualStateManager.cs (2)
426
result = new
ColorAnimation
() { EasingFunction = easingFunction };
454
ColorAnimation ca = new
ColorAnimation
() { To = targetColor, EasingFunction = easingFunction };
PresentationFramework.Aero (8)
Microsoft\Windows\Themes\BulletChrome.cs (4)
130
ColorAnimation ca = new
ColorAnimation
();
182
ColorAnimation ca = new
ColorAnimation
450
ColorAnimation ca = new
ColorAnimation
541
ColorAnimation ca = new
ColorAnimation
Microsoft\Windows\Themes\ButtonChrome.cs (2)
156
ColorAnimation ca = new
ColorAnimation
348
ColorAnimation ca = new
ColorAnimation
Microsoft\Windows\Themes\ScrollChrome.cs (2)
168
ColorAnimation ca = new
ColorAnimation
226
ColorAnimation ca = new
ColorAnimation
PresentationFramework.Aero2 (8)
Microsoft\Windows\Themes\BulletChrome.cs (4)
130
ColorAnimation ca = new
ColorAnimation
();
182
ColorAnimation ca = new
ColorAnimation
450
ColorAnimation ca = new
ColorAnimation
541
ColorAnimation ca = new
ColorAnimation
Microsoft\Windows\Themes\ButtonChrome.cs (2)
156
ColorAnimation ca = new
ColorAnimation
348
ColorAnimation ca = new
ColorAnimation
Microsoft\Windows\Themes\ScrollChrome.cs (2)
168
ColorAnimation ca = new
ColorAnimation
226
ColorAnimation ca = new
ColorAnimation