I want to create some extended Binding-Markup-Extension, which behaves just like a normal WPF-Binding but does some things more (use different defaults, maybe add some behavior,
You should access your custom Markup-Extension, using the correct namespace:
Here is a nice article about creating custom Markup-Extensions.