In the case of singleton-type IValueConverter
s (e.g. they don't need any state from the current binding instance) I use static converters, i.e.:
Converter={x:Static SomeNamespace:SomeConverter.Instance}
There's also a great post by Dr. WPF on using a markup extension to make it cleaner inline here.