public static void MoveCaretTo(this ScintillaGateway document, int position) { document.SetCurrentPos(position); document.ClearSelection(); }