3 instantiations of ByteAnimation
PresentationCore (1)
System\Windows\Media\Animation\Generated\ByteAnimation.cs (1)
181
return new
ByteAnimation
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2345
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
ByteAnimation
(); };
System\Windows\Markup\KnownTypes.cs (1)
1155
case KnownElements.ByteAnimation: o = new System.Windows.Media.Animation.
ByteAnimation
(); break;
8 references to ByteAnimation
PresentationCore (5)
System\Windows\Media\Animation\Generated\ByteAnimation.cs (5)
59
Type typeofThis = typeof(
ByteAnimation
);
160
public new
ByteAnimation
Clone()
162
return (
ByteAnimation
)base.Clone();
415
ByteAnimation
a = (
ByteAnimation
)d;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
154
case 58: t = () => typeof(
ByteAnimation
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2343
typeof(System.Windows.Media.Animation.
ByteAnimation
),
System\Windows\Markup\KnownTypes.cs (1)
5612
case KnownElements.ByteAnimation: t = typeof(System.Windows.Media.Animation.
ByteAnimation
); break;