3 instantiations of QuaternionAnimation
PresentationCore (1)
System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (1)
171return new QuaternionAnimation();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8852DefaultConstructor = delegate () { return new System.Windows.Media.Animation.QuaternionAnimation(); },
System\Windows\Markup\KnownTypes.cs (1)
1476case KnownElements.QuaternionAnimation: o = new System.Windows.Media.Animation.QuaternionAnimation(); break;
9 references to QuaternionAnimation
PresentationCore (6)
System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (5)
49Type typeofThis = typeof(QuaternionAnimation); 150public new QuaternionAnimation Clone() 152return (QuaternionAnimation)base.Clone(); 405QuaternionAnimation a = (QuaternionAnimation)d;
System\Windows\Media\Animation\QuaternionAnimation.cs (1)
26typeof(QuaternionAnimation),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
589case 495: t = () => typeof(QuaternionAnimation); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8849typeof(System.Windows.Media.Animation.QuaternionAnimation),
System\Windows\Markup\KnownTypes.cs (1)
6043case KnownElements.QuaternionAnimation: t = typeof(System.Windows.Media.Animation.QuaternionAnimation); break;