I want to place my custom UITypeEditor or TypeConverter on ExtendedProperty.
The problem is that ExtendedProperty is not an property but a set and get
method.

I've tried to place it in Pre and PostFilterProperties methods of Control
that was extended by extender component but the property was not there. I
don't have any idea what to do now.
You don't have to give me the solution just a hint that I can follow up.