I have an application that has a WinForm(myForm).
In that WinForm there are a WPF UserControl(myWPF).
In that WPF UserControl there are a WinForm UserControl(myWinCtrl).
The myWinCtrl has a custom WinGrid(myWinGrid).
myWinGrid does internally a this.FindForm() and.... does not find myForm...
Is there a way to override the FindForm method in order that it includes the possibility of a WPF intermediary layer?
myGrid => myWinFormUC => Host => WpfUC => Host => myWinForm
So, I need myGrid finds myWinForm