4 references to CurrentValue
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimationClockResource.cs (1)
129
cmd.Value =
CurrentValue
;
Core\CSharp\System\Windows\Media\Generated\RenderData.cs (3)
1183
(data->hPoint0Animations == 0) ? data->point0 : ((PointAnimationClockResource)DependentLookup(data->hPoint0Animations)).
CurrentValue
,
1184
(data->hPoint1Animations == 0) ? data->point1 : ((PointAnimationClockResource)DependentLookup(data->hPoint1Animations)).
CurrentValue
1262
(data->hCenterAnimations == 0) ? data->center : ((PointAnimationClockResource)DependentLookup(data->hCenterAnimations)).
CurrentValue
,