3 instantiations of DiscreteObjectKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
835
return new
DiscreteObjectKeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3543
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
DiscreteObjectKeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1222
case KnownElements.DiscreteObjectKeyFrame: o = new System.Windows.Media.Animation.
DiscreteObjectKeyFrame
(); break;
3 references to DiscreteObjectKeyFrame
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
243
case 151: t = () => typeof(
DiscreteObjectKeyFrame
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3541
typeof(System.Windows.Media.Animation.
DiscreteObjectKeyFrame
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5695
case KnownElements.DiscreteObjectKeyFrame: t = typeof(System.Windows.Media.Animation.
DiscreteObjectKeyFrame
); break;