3 instantiations of Rotation3DAnimation
PresentationCore (1)
System\Windows\Media\Animation\Generated\Rotation3DAnimation.cs (1)
181
return new
Rotation3DAnimation
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8507
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
Rotation3DAnimation
(); };
System\Windows\Markup\KnownTypes.cs (1)
1509
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)
59
Type typeofThis = typeof(
Rotation3DAnimation
);
160
public new
Rotation3DAnimation
Clone()
162
return (
Rotation3DAnimation
)base.Clone();
415
Rotation3DAnimation
a = (
Rotation3DAnimation
)d;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
627
case 531: t = () => typeof(
Rotation3DAnimation
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8505
typeof(System.Windows.Media.Animation.
Rotation3DAnimation
),
System\Windows\Markup\KnownTypes.cs (1)
6085
case KnownElements.Rotation3DAnimation: t = typeof(System.Windows.Media.Animation.
Rotation3DAnimation
); break;