Hello, I have am creating a custom text box using a usercontrol. I created a FindReplace dialog, and the usercontrol will display the dialog when the user presses CTRL+F.

However, how do I access that instance of the usercontrol? From the FindReplace dialog wouldn't making a call to the usercontrol only get the base instance?

How do I address the specific instance of the usercontrol that called the FindReplace dialog? Thanks.