How can we help you today? How can we help you today?

Baml decoding issue with AppWorkspaceColorKey

Reflector decoded baml as (an excerpt)

<GeometryDrawing.Brush>
<LinearGradientBrush LinearGradientBrush.StartPoint="0.522284,1.81298" LinearGradientBrush.EndPoint="0.522284,-0.812977">
<GradientBrush.GradientStops>
<GradientStop GradientStop.Color="{DynamicResource {x:Static SystemParameters.AppWorkspaceColorKey}}" GradientStop.Offset="0" />
<GradientStop GradientStop.Color="{DynamicResource {x:Static SystemColors.ControlLightLightColorKey}}" GradientStop.Offset="0.538136" />
</GradientBrush.GradientStops>
</LinearGradientBrush>
</GeometryDrawing.Brush>


but this is wrong - SystemParameters.AppWorkspaceColorKey

it shall be SystemColors.AppWorkspaceColorKey
alehandro
0

Comments

1 comment

  • nick.maidment
    Sorry for a delay in getting back to you. We don't usually check these forums, using http://forums.reflector.net/ instead these days.

    Thanks for reporting this, I've logged this bug under reference RP-2465
    nick.maidment
    0

Add comment

Please sign in to leave a comment.