/// <summary> /// Selects all the text contained in the field. /// </summary> public void SelectAll() { textSelection.SelectAll(); }