3 instantiations of DiscreteMatrixKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\DiscreteKeyFrames.cs (1)
759
return new
DiscreteMatrixKeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3531
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
DiscreteMatrixKeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1221
case KnownElements.DiscreteMatrixKeyFrame: o = new System.Windows.Media.Animation.
DiscreteMatrixKeyFrame
(); break;
3 references to DiscreteMatrixKeyFrame
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
242
case 150: t = () => typeof(
DiscreteMatrixKeyFrame
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3529
typeof(System.Windows.Media.Animation.
DiscreteMatrixKeyFrame
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5694
case KnownElements.DiscreteMatrixKeyFrame: t = typeof(System.Windows.Media.Animation.
DiscreteMatrixKeyFrame
); break;