3 instantiations of Rotation3DAnimation
PresentationCore (1)
System\Windows\Media\Animation\Generated\Rotation3DAnimation.cs (1)
171
return new
Rotation3DAnimation
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8505
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)
49
Type typeofThis = typeof(
Rotation3DAnimation
);
150
public new
Rotation3DAnimation
Clone()
152
return (
Rotation3DAnimation
)base.Clone();
405
Rotation3DAnimation
a = (
Rotation3DAnimation
)d;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
625
case 531: t = () => typeof(
Rotation3DAnimation
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8503
typeof(System.Windows.Media.Animation.
Rotation3DAnimation
),
System\Windows\Markup\KnownTypes.cs (1)
6085
case KnownElements.Rotation3DAnimation: t = typeof(System.Windows.Media.Animation.
Rotation3DAnimation
); break;