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