public bool Find(string Target, ref int StartLine, ref int StartColumn, ref int EndLine, ref int EndColumn, bool WholeWord = false, bool MatchCase = false, bool PatternSearch = false) { return(_codeModule.Find(Target, ref StartLine, ref StartColumn, ref EndLine, ref EndColumn, WholeWord, MatchCase, PatternSearch)); }