Binding as a Resource
Direct answer to your question is “yes, you can define a binding as a resource”. The problem here is how do you then make any use of it? One possibility is to create an extension class which would pull the binding from the resources and apply it: public class BindingResourceExtension : StaticResourceExtension { public BindingResourceExtension() … Read more