3 references to DiscreteInt64KeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
680
return new
DiscreteInt64KeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3523
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
DiscreteInt64KeyFrame
(); };
System\Windows\Markup\KnownTypes.cs (1)
1219
case KnownElements.DiscreteInt64KeyFrame: o = new System.Windows.Media.Animation.
DiscreteInt64KeyFrame
(); break;