6 references to CurrentValue
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationClockResource.cs (1)
129
cmd.Value =
CurrentValue
;
Core\CSharp\System\Windows\Media\Generated\RenderData.cs (5)
1235
(data->hRadiusXAnimations == 0) ? data->radiusX : ((DoubleAnimationClockResource)DependentLookup(data->hRadiusXAnimations)).
CurrentValue
,
1236
(data->hRadiusYAnimations == 0) ? data->radiusY : ((DoubleAnimationClockResource)DependentLookup(data->hRadiusYAnimations)).
CurrentValue
1263
(data->hRadiusXAnimations == 0) ? data->radiusX : ((DoubleAnimationClockResource)DependentLookup(data->hRadiusXAnimations)).
CurrentValue
,
1264
(data->hRadiusYAnimations == 0) ? data->radiusY : ((DoubleAnimationClockResource)DependentLookup(data->hRadiusYAnimations)).
CurrentValue
1381
(data->hOpacityAnimations == 0) ? data->opacity : ((DoubleAnimationClockResource)DependentLookup(data->hOpacityAnimations)).
CurrentValue