2 references to ColorAnimation
PresentationFramework (2)
src\Framework\System\Windows\Markup\KnownTypes.cs (2)
1169case KnownElements.ColorAnimation: o = new System.Windows.Media.Animation.ColorAnimation(); break; 5626case KnownElements.ColorAnimation: t = typeof(System.Windows.Media.Animation.ColorAnimation); break;