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