6 references to CurrentValue
PresentationCore (6)
System\Windows\Media\Animation\Generated\DoubleAnimationClockResource.cs (1)
116
cmd.Value =
CurrentValue
;
System\Windows\Media\Generated\RenderData.cs (5)
1207
(data->hRadiusXAnimations == 0) ? data->radiusX : ((DoubleAnimationClockResource)DependentLookup(data->hRadiusXAnimations)).
CurrentValue
,
1208
(data->hRadiusYAnimations == 0) ? data->radiusY : ((DoubleAnimationClockResource)DependentLookup(data->hRadiusYAnimations)).
CurrentValue
1235
(data->hRadiusXAnimations == 0) ? data->radiusX : ((DoubleAnimationClockResource)DependentLookup(data->hRadiusXAnimations)).
CurrentValue
,
1236
(data->hRadiusYAnimations == 0) ? data->radiusY : ((DoubleAnimationClockResource)DependentLookup(data->hRadiusYAnimations)).
CurrentValue
1353
(data->hOpacityAnimations == 0) ? data->opacity : ((DoubleAnimationClockResource)DependentLookup(data->hOpacityAnimations)).
CurrentValue