3 instantiations of DiscreteStringKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1431return new DiscreteStringKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3904DefaultConstructor = delegate () { return new System.Windows.Media.Animation.DiscreteStringKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1223case KnownElements.DiscreteStringKeyFrame: o = new System.Windows.Media.Animation.DiscreteStringKeyFrame(); break;
3 references to DiscreteStringKeyFrame
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
253case 159: t = () => typeof(DiscreteStringKeyFrame); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3901typeof(System.Windows.Media.Animation.DiscreteStringKeyFrame),
System\Windows\Markup\KnownTypes.cs (1)
5707case KnownElements.DiscreteStringKeyFrame: t = typeof(System.Windows.Media.Animation.DiscreteStringKeyFrame); break;