3 instantiations of MatrixAnimationUsingPath
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (1)
76
return new
MatrixAnimationUsingPath
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6658
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
MatrixAnimationUsingPath
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1400
case KnownElements.MatrixAnimationUsingPath: o = new System.Windows.Media.Animation.
MatrixAnimationUsingPath
(); break;
11 references to MatrixAnimationUsingPath
PresentationCore (8)
Core\CSharp\System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (8)
65
public new
MatrixAnimationUsingPath
Clone()
67
return (
MatrixAnimationUsingPath
)base.Clone();
100
typeof(
MatrixAnimationUsingPath
),
141
typeof(
MatrixAnimationUsingPath
),
151
/// See <seealso cref="System.Windows.Media.Animation.
MatrixAnimationUsingPath
.IsOffsetCumulative">PathMatrixAnimation.IsOffsetCumulative</seealso>
174
typeof(
MatrixAnimationUsingPath
),
182
/// See <seealso cref="System.Windows.Media.Animation.
MatrixAnimationUsingPath
.IsAngleCumulative">PathMatrixAnimation.IsAngleCumulative</seealso>
205
typeof(
MatrixAnimationUsingPath
),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
482
case 390: t = () => typeof(
MatrixAnimationUsingPath
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6656
typeof(System.Windows.Media.Animation.
MatrixAnimationUsingPath
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5934
case KnownElements.MatrixAnimationUsingPath: t = typeof(System.Windows.Media.Animation.
MatrixAnimationUsingPath
); break;