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