Ia have seen several similar posts (so if there is one, please guide me to it), but I haven't found any clear answers.
I've got a WPF control hosted inside a Windows Forms form via ElementHost
. My WPF control (let's just call it WpfControl
for the sake of an example) contains a variable that I'd like to expose to my Form. What is the general standard practice to do that?