1 instantiation of DoubleAnimationClockResource
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
1535new DoubleAnimationClockResource(
10 references to DoubleAnimationClockResource
PresentationCore (10)
Core\CSharp\System\Windows\Media\Generated\RenderData.cs (10)
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 1586((DoubleAnimationClockResource)DependentLookup(data->hRadiusXAnimations)).AnimationClock, 1588((DoubleAnimationClockResource)DependentLookup(data->hRadiusYAnimations)).AnimationClock 1617((DoubleAnimationClockResource)DependentLookup(data->hRadiusXAnimations)).AnimationClock, 1619((DoubleAnimationClockResource)DependentLookup(data->hRadiusYAnimations)).AnimationClock 1739((DoubleAnimationClockResource)DependentLookup(data->hOpacityAnimations)).AnimationClock