5 references to ByteKeyFrameCollection
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (1)
530
_keyFrames = new
ByteKeyFrameCollection
();
Core\CSharp\System\Windows\Media\Animation\Generated\ByteKeyFrameCollection.cs (2)
63
ByteKeyFrameCollection emptyCollection = new
ByteKeyFrameCollection
();
94
return new
ByteKeyFrameCollection
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2403
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
ByteKeyFrameCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1159
case KnownElements.ByteKeyFrameCollection: o = new System.Windows.Media.Animation.
ByteKeyFrameCollection
(); break;