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