3 references to DiscreteStringKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1432
return new
DiscreteStringKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3903
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
DiscreteStringKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1222
case KnownElements.DiscreteStringKeyFrame: o = new System.Windows.Media.Animation.
DiscreteStringKeyFrame
(); break;