9 references to PointAnimation
PresentationCore (5)
System\Windows\Media\Animation\Generated\PointAnimation.cs (5)
95: this() 107: this() 120: this() 133: this() 170return new PointAnimation();
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7673bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.PointAnimation(); };
System\Windows\Markup\KnownTypes.cs (1)
1462case KnownElements.PointAnimation: o = new System.Windows.Media.Animation.PointAnimation(); break;
System\Windows\VisualStateManager.cs (2)
435result = new PointAnimation() { EasingFunction = easingFunction }; 474PointAnimation pa = new PointAnimation() { To = targetPoint, EasingFunction = easingFunction };