I have a multi-binding like
If your value is simply a string, you can specify it as a constant in the Source property of a binding. If it is any other primitive data type, you need to define a static resource and reference this.
Define the sys namespace in the root of the XAML to point to System in mscorlib, and the following should work:
123