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