3 instantiations of RectAnimation
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimation.cs (1)
183return new RectAnimation();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8188bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.RectAnimation(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1493case KnownElements.RectAnimation: o = new System.Windows.Media.Animation.RectAnimation(); break;
8 references to RectAnimation
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimation.cs (5)
61Type typeofThis = typeof(RectAnimation); 162public new RectAnimation Clone() 164return (RectAnimation)base.Clone(); 417RectAnimation a = (RectAnimation)d;
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
600case 508: t = () => typeof(RectAnimation); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8186typeof(System.Windows.Media.Animation.RectAnimation),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6052case KnownElements.RectAnimation: t = typeof(System.Windows.Media.Animation.RectAnimation); break;