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