3 instantiations of RectAnimation
PresentationCore (1)
System\Windows\Media\Animation\Generated\RectAnimation.cs (1)
181return new RectAnimation();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8192bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.RectAnimation(); };
System\Windows\Markup\KnownTypes.cs (1)
1492case KnownElements.RectAnimation: o = new System.Windows.Media.Animation.RectAnimation(); break;
8 references to RectAnimation
PresentationCore (5)
System\Windows\Media\Animation\Generated\RectAnimation.cs (5)
59Type typeofThis = typeof(RectAnimation); 160public new RectAnimation Clone() 162return (RectAnimation)base.Clone(); 415RectAnimation a = (RectAnimation)d;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
604case 508: t = () => typeof(RectAnimation); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8190typeof(System.Windows.Media.Animation.RectAnimation),
System\Windows\Markup\KnownTypes.cs (1)
6062case KnownElements.RectAnimation: t = typeof(System.Windows.Media.Animation.RectAnimation); break;