3 instantiations of DiscretePointKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
911return new DiscretePointKeyFrame();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3567bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.DiscretePointKeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1224case KnownElements.DiscretePointKeyFrame: o = new System.Windows.Media.Animation.DiscretePointKeyFrame(); break;
3 references to DiscretePointKeyFrame
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
245case 153: t = () => typeof(DiscretePointKeyFrame); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3565typeof(System.Windows.Media.Animation.DiscretePointKeyFrame),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5697case KnownElements.DiscretePointKeyFrame: t = typeof(System.Windows.Media.Animation.DiscretePointKeyFrame); break;