public static void ExpandSelectionToLine(this IWpfTextView view) { view.ExpandSelectionToLine(true); }