12 references to PathAnimationSource
PresentationCore (12)
System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (10)
77typeof(PathAnimationSource), 79new PropertyMetadata(PathAnimationSource.X)); 86public PathAnimationSource Source 90return (PathAnimationSource)GetValue(SourceProperty); 186case PathAnimationSource.Angle: 190case PathAnimationSource.X: 194case PathAnimationSource.Y: 275case PathAnimationSource.Angle: 280case PathAnimationSource.X: 284case PathAnimationSource.Y:
System\Windows\Media\Animation\TimeEnumHelper.cs (2)
22private const byte _maxPathAnimationSource = (int)PathAnimationSource.Angle; 47static internal bool IsValidPathAnimationSource(PathAnimationSource value)