3 instantiations of ByteAnimation
PresentationCore (1)
System\Windows\Media\Animation\Generated\ByteAnimation.cs (1)
170return new ByteAnimation();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2432DefaultConstructor = delegate () { return new System.Windows.Media.Animation.ByteAnimation(); },
System\Windows\Markup\KnownTypes.cs (1)
1149case KnownElements.ByteAnimation: o = new System.Windows.Media.Animation.ByteAnimation(); break;
8 references to ByteAnimation
PresentationCore (5)
System\Windows\Media\Animation\Generated\ByteAnimation.cs (5)
48Type typeofThis = typeof(ByteAnimation); 149public new ByteAnimation Clone() 151return (ByteAnimation)base.Clone(); 404ByteAnimation a = (ByteAnimation)d;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
152case 58: t = () => typeof(ByteAnimation); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2429typeof(System.Windows.Media.Animation.ByteAnimation),
System\Windows\Markup\KnownTypes.cs (1)
5606case KnownElements.ByteAnimation: t = typeof(System.Windows.Media.Animation.ByteAnimation); break;