3 instantiations of DiscreteCharKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
227
return new
DiscreteCharKeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3447
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
DiscreteCharKeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1214
case KnownElements.DiscreteCharKeyFrame: o = new System.Windows.Media.Animation.
DiscreteCharKeyFrame
(); break;
3 references to DiscreteCharKeyFrame
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
235
case 143: t = () => typeof(
DiscreteCharKeyFrame
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3445
typeof(System.Windows.Media.Animation.
DiscreteCharKeyFrame
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5687
case KnownElements.DiscreteCharKeyFrame: t = typeof(System.Windows.Media.Animation.
DiscreteCharKeyFrame
); break;