3 instantiations of ByteAnimation
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimation.cs (1)
183
return new
ByteAnimation
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2341
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
ByteAnimation
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1156
case KnownElements.ByteAnimation: o = new System.Windows.Media.Animation.
ByteAnimation
(); break;
8 references to ByteAnimation
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimation.cs (5)
61
Type typeofThis = typeof(
ByteAnimation
);
162
public new
ByteAnimation
Clone()
164
return (
ByteAnimation
)base.Clone();
417
ByteAnimation
a = (
ByteAnimation
)d;
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
150
case 58: t = () => typeof(
ByteAnimation
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2339
typeof(System.Windows.Media.Animation.
ByteAnimation
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5602
case KnownElements.ByteAnimation: t = typeof(System.Windows.Media.Animation.
ByteAnimation
); break;