6 references to CurrentValue
PresentationCore (6)
System\Windows\Media\Animation\Generated\DoubleAnimationClockResource.cs (1)
122
cmd.Value =
CurrentValue
;
System\Windows\Media\Generated\RenderData.cs (5)
1220
(data->hRadiusXAnimations == 0) ? data->radiusX : ((DoubleAnimationClockResource)DependentLookup(data->hRadiusXAnimations)).
CurrentValue
,
1221
(data->hRadiusYAnimations == 0) ? data->radiusY : ((DoubleAnimationClockResource)DependentLookup(data->hRadiusYAnimations)).
CurrentValue
1248
(data->hRadiusXAnimations == 0) ? data->radiusX : ((DoubleAnimationClockResource)DependentLookup(data->hRadiusXAnimations)).
CurrentValue
,
1249
(data->hRadiusYAnimations == 0) ? data->radiusY : ((DoubleAnimationClockResource)DependentLookup(data->hRadiusYAnimations)).
CurrentValue
1366
(data->hOpacityAnimations == 0) ? data->opacity : ((DoubleAnimationClockResource)DependentLookup(data->hOpacityAnimations)).
CurrentValue