3 instantiations of DiscreteInt64KeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
672
return new
DiscreteInt64KeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3763
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
DiscreteInt64KeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1212
case KnownElements.DiscreteInt64KeyFrame: o = new System.Windows.Media.Animation.
DiscreteInt64KeyFrame
(); break;
3 references to DiscreteInt64KeyFrame
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
242
case 149: t = () => typeof(
DiscreteInt64KeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3760
typeof(System.Windows.Media.Animation.
DiscreteInt64KeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
5696
case KnownElements.DiscreteInt64KeyFrame: t = typeof(System.Windows.Media.Animation.
DiscreteInt64KeyFrame
); break;