3 instantiations of DiscreteCharKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
224
return new
DiscreteCharKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3451
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
DiscreteCharKeyFrame
(); };
System\Windows\Markup\KnownTypes.cs (1)
1213
case KnownElements.DiscreteCharKeyFrame: o = new System.Windows.Media.Animation.
DiscreteCharKeyFrame
(); break;
3 references to DiscreteCharKeyFrame
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
239
case 143: t = () => typeof(
DiscreteCharKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3449
typeof(System.Windows.Media.Animation.
DiscreteCharKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
5697
case KnownElements.DiscreteCharKeyFrame: t = typeof(System.Windows.Media.Animation.
DiscreteCharKeyFrame
); break;