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