How to make Resharper resolve path for CustomBinding MarkupExtension

前端 未结 3 1320
南方客
南方客 2021-02-06 20:32

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,

3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-06 21:00

    You should access your custom Markup-Extension, using the correct namespace:

    
      
    
    

    Here is a nice article about creating custom Markup-Extensions.

提交回复
热议问题