Performance degradation using drop shadows in Silverlight
In Silverlight, when a pixel shader is applied to an element, that element is rendered into a bitmap and then the pixel shader is applied to create the final result on screen. The DropShadowEffect class is a sibling of the ShaderEffect class (which powers pixel shaders) and effectively behaves the same way. With small UI…