Using WPF, is it possible to bind two source properties, via one-way binding, to one control property (ie textbox.text)?? I\'d like to have the user input a value in a text
You need to use a MultiBinding with a IMultiValueConverter. See the example in the documentation