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