3 instantiations of DiscreteSingleKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
1291
return new
DiscreteSingleKeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3615
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
DiscreteSingleKeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1228
case KnownElements.DiscreteSingleKeyFrame: o = new System.Windows.Media.Animation.
DiscreteSingleKeyFrame
(); break;
3 references to DiscreteSingleKeyFrame
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
249
case 157: t = () => typeof(
DiscreteSingleKeyFrame
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3613
typeof(System.Windows.Media.Animation.
DiscreteSingleKeyFrame
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5701
case KnownElements.DiscreteSingleKeyFrame: t = typeof(System.Windows.Media.Animation.
DiscreteSingleKeyFrame
); break;