5 references to ByteKeyFrameCollection
PresentationCore (3)
System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (1)
522
_keyFrames = new
ByteKeyFrameCollection
();
System\Windows\Media\Animation\Generated\ByteKeyFrameCollection.cs (2)
62
ByteKeyFrameCollection emptyCollection = new
ByteKeyFrameCollection
();
93
return new
ByteKeyFrameCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2407
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
ByteKeyFrameCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1158
case KnownElements.ByteKeyFrameCollection: o = new System.Windows.Media.Animation.
ByteKeyFrameCollection
(); break;