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