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