3 instantiations of ThicknessAnimation
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10119bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.ThicknessAnimation(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1601case KnownElements.ThicknessAnimation: o = new System.Windows.Media.Animation.ThicknessAnimation(); break;
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimation.cs (1)
183return new ThicknessAnimation();
8 references to ThicknessAnimation
PresentationFramework (8)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
744case 652: t = () => typeof(ThicknessAnimation); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10117typeof(System.Windows.Media.Animation.ThicknessAnimation),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6196case KnownElements.ThicknessAnimation: t = typeof(System.Windows.Media.Animation.ThicknessAnimation); break;
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimation.cs (5)
61Type typeofThis = typeof(ThicknessAnimation); 162public new ThicknessAnimation Clone() 164return (ThicknessAnimation)base.Clone(); 417ThicknessAnimation a = (ThicknessAnimation)d;