3 instantiations of Rotation3DAnimation
PresentationCore (1)
System\Windows\Media\Animation\Generated\Rotation3DAnimation.cs (1)
170
return new
Rotation3DAnimation
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9399
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
Rotation3DAnimation
(); },
System\Windows\Markup\KnownTypes.cs (1)
1502
case KnownElements.Rotation3DAnimation: o = new System.Windows.Media.Animation.
Rotation3DAnimation
(); break;
8 references to Rotation3DAnimation
PresentationCore (5)
System\Windows\Media\Animation\Generated\Rotation3DAnimation.cs (5)
48
Type typeofThis = typeof(
Rotation3DAnimation
);
149
public new
Rotation3DAnimation
Clone()
151
return (
Rotation3DAnimation
)base.Clone();
404
Rotation3DAnimation
a = (
Rotation3DAnimation
)d;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
624
case 531: t = () => typeof(
Rotation3DAnimation
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9396
typeof(System.Windows.Media.Animation.
Rotation3DAnimation
),
System\Windows\Markup\KnownTypes.cs (1)
6078
case KnownElements.Rotation3DAnimation: t = typeof(System.Windows.Media.Animation.
Rotation3DAnimation
); break;