I am trying to determine what control called a Set property. Say textbox Pet is bound to a Property. I am using INotifyPropertyChanged but I am wondering if there is a way to get the actual control.
The sender in my PropertyChanged Event is the Class containing the properties and not the control that originally kicked of the chain of events that lead to the Event being raised.
Is this possible? Is there an easier way?