I want to invoke FindReplace.FindNext() when the user hits F3 outside of the FindReplace dialog, but I can't figure out how to capture its current values so that I can pass it into the method call.
Is there a property on the FindReplace type that I could use?