3 instantiations of RectAnimation
PresentationCore (1)
System\Windows\Media\Animation\Generated\RectAnimation.cs (1)
170return new RectAnimation();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9047DefaultConstructor = delegate () { return new System.Windows.Media.Animation.RectAnimation(); },
System\Windows\Markup\KnownTypes.cs (1)
1486case KnownElements.RectAnimation: o = new System.Windows.Media.Animation.RectAnimation(); break;
8 references to RectAnimation
PresentationCore (5)
System\Windows\Media\Animation\Generated\RectAnimation.cs (5)
48Type typeofThis = typeof(RectAnimation); 149public new RectAnimation Clone() 151return (RectAnimation)base.Clone(); 404RectAnimation a = (RectAnimation)d;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
602case 508: t = () => typeof(RectAnimation); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9044typeof(System.Windows.Media.Animation.RectAnimation),
System\Windows\Markup\KnownTypes.cs (1)
6056case KnownElements.RectAnimation: t = typeof(System.Windows.Media.Animation.RectAnimation); break;