9 references to PointAnimation
PresentationCore (5)
System\Windows\Media\Animation\Generated\PointAnimation.cs (5)
106: this() 118: this() 131: this() 144: this() 181return new PointAnimation();
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7675bamlType.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)
440result = new PointAnimation() { EasingFunction = easingFunction }; 479PointAnimation pa = new PointAnimation() { To = targetPoint, EasingFunction = easingFunction };