I cant' figure out how to reference the current instance object defined by the xaml file in the xaml file.
I have a converter that I want to send in the current instance as the parameter object.
{Binding Path=<bindingObject>, Converter={x:Static namespace:Converter.Instance}, ConverterParameter=this}
In this code this is converted to a string instead of a reference to the current instance object.
Thanks
John