3 instantiations of DiscreteStringKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1443
return new
DiscreteStringKeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3639
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
DiscreteStringKeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1230
case KnownElements.DiscreteStringKeyFrame: o = new System.Windows.Media.Animation.
DiscreteStringKeyFrame
(); break;
3 references to DiscreteStringKeyFrame
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
251
case 159: t = () => typeof(
DiscreteStringKeyFrame
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3637
typeof(System.Windows.Media.Animation.
DiscreteStringKeyFrame
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5703
case KnownElements.DiscreteStringKeyFrame: t = typeof(System.Windows.Media.Animation.
DiscreteStringKeyFrame
); break;