How exactly do you control which part of the screen is in focus? I've adjusted all the settings extensively and I can only ever get the whole screen to be blurred, or none.
Create a mask surface cleared with black color, them draw a white shape inside, which is the focus area. Send this surface as texture to the effect, using .SetEffectParameter(). Don't forget to enable the "Use ZDepth" parameter in the code.