12 references to PathAnimationSource
PresentationCore (12)
System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (10)
76typeof(PathAnimationSource), 78new PropertyMetadata(PathAnimationSource.X)); 85public PathAnimationSource Source 89return (PathAnimationSource)GetValue(SourceProperty); 185case PathAnimationSource.Angle: 189case PathAnimationSource.X: 193case PathAnimationSource.Y: 274case PathAnimationSource.Angle: 279case PathAnimationSource.X: 283case PathAnimationSource.Y:
System\Windows\Media\Animation\TimeEnumHelper.cs (2)
21private const byte _maxPathAnimationSource = (int)PathAnimationSource.Angle; 46internal static bool IsValidPathAnimationSource(PathAnimationSource value)