3 instantiations of MatrixAnimationUsingPath
PresentationCore (1)
System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (1)
60
return new
MatrixAnimationUsingPath
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7308
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
MatrixAnimationUsingPath
(); },
System\Windows\Markup\KnownTypes.cs (1)
1392
case KnownElements.MatrixAnimationUsingPath: o = new System.Windows.Media.Animation.
MatrixAnimationUsingPath
(); break;
11 references to MatrixAnimationUsingPath
PresentationCore (8)
System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (8)
49
public new
MatrixAnimationUsingPath
Clone()
51
return (
MatrixAnimationUsingPath
)base.Clone();
84
typeof(
MatrixAnimationUsingPath
),
125
typeof(
MatrixAnimationUsingPath
),
135
/// See <seealso cref="System.Windows.Media.Animation.
MatrixAnimationUsingPath
.IsOffsetCumulative">PathMatrixAnimation.IsOffsetCumulative</seealso>
158
typeof(
MatrixAnimationUsingPath
),
166
/// See <seealso cref="System.Windows.Media.Animation.
MatrixAnimationUsingPath
.IsAngleCumulative">PathMatrixAnimation.IsAngleCumulative</seealso>
189
typeof(
MatrixAnimationUsingPath
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
483
case 390: t = () => typeof(
MatrixAnimationUsingPath
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7305
typeof(System.Windows.Media.Animation.
MatrixAnimationUsingPath
),
System\Windows\Markup\KnownTypes.cs (1)
5937
case KnownElements.MatrixAnimationUsingPath: t = typeof(System.Windows.Media.Animation.
MatrixAnimationUsingPath
); break;