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