3 instantiations of ThicknessAnimation
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10123
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
ThicknessAnimation
(); };
System\Windows\Markup\KnownTypes.cs (1)
1600
case KnownElements.ThicknessAnimation: o = new System.Windows.Media.Animation.
ThicknessAnimation
(); break;
System\Windows\Media\Animation\Generated\ThicknessAnimation.cs (1)
180
return new
ThicknessAnimation
();
8 references to ThicknessAnimation
PresentationFramework (8)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
748
case 652: t = () => typeof(
ThicknessAnimation
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10121
typeof(System.Windows.Media.Animation.
ThicknessAnimation
),
System\Windows\Markup\KnownTypes.cs (1)
6206
case KnownElements.ThicknessAnimation: t = typeof(System.Windows.Media.Animation.
ThicknessAnimation
); break;
System\Windows\Media\Animation\Generated\ThicknessAnimation.cs (5)
58
Type typeofThis = typeof(
ThicknessAnimation
);
159
public new
ThicknessAnimation
Clone()
161
return (
ThicknessAnimation
)base.Clone();
414
ThicknessAnimation
a = (
ThicknessAnimation
)d;