12 references to PathAnimationSource
PresentationCore (12)
Core\CSharp\System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (10)
88typeof(PathAnimationSource), 90new PropertyMetadata(PathAnimationSource.X)); 97public PathAnimationSource Source 101return (PathAnimationSource)GetValue(SourceProperty); 197case PathAnimationSource.Angle: 201case PathAnimationSource.X: 205case PathAnimationSource.Y: 286case PathAnimationSource.Angle: 291case PathAnimationSource.X: 295case PathAnimationSource.Y:
Core\CSharp\System\Windows\Media\Animation\TimeEnumHelper.cs (2)
24private const byte _maxPathAnimationSource = (int)PathAnimationSource.Angle; 49static internal bool IsValidPathAnimationSource(PathAnimationSource value)