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