3 instantiations of QuaternionAnimation
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (1)
183
return new
QuaternionAnimation
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8017
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
QuaternionAnimation
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1483
case KnownElements.QuaternionAnimation: o = new System.Windows.Media.Animation.
QuaternionAnimation
(); break;
9 references to QuaternionAnimation
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (5)
61
Type typeofThis = typeof(
QuaternionAnimation
);
162
public new
QuaternionAnimation
Clone()
164
return (
QuaternionAnimation
)base.Clone();
417
QuaternionAnimation
a = (
QuaternionAnimation
)d;
Core\CSharp\System\Windows\Media\Animation\QuaternionAnimation.cs (1)
29
typeof(
QuaternionAnimation
),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
587
case 495: t = () => typeof(
QuaternionAnimation
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8015
typeof(System.Windows.Media.Animation.
QuaternionAnimation
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6039
case KnownElements.QuaternionAnimation: t = typeof(System.Windows.Media.Animation.
QuaternionAnimation
); break;