9 references to PointAnimation
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimation.cs (5)
108
:
this
()
120
:
this
()
133
:
this
()
146
:
this
()
183
return new
PointAnimation
();
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7671
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
PointAnimation
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1463
case KnownElements.PointAnimation: o = new System.Windows.Media.Animation.
PointAnimation
(); break;
src\Framework\System\Windows\VisualStateManager.cs (2)
486
result = new
PointAnimation
() { EasingFunction = easingFunction };
525
PointAnimation pa = new
PointAnimation
() { To = targetPoint, EasingFunction = easingFunction };