I cannot figure out how to refer to the current instance of the object defined by the XAML file in the XAML file.
I have a converter that I want to send in the current instance as a 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 of the object.
thanks
John
user9331
source share