/// <inheritdoc/> public override void ToStateOne() { base.ToStateOne(); _selection = new TextSelection( _editor.Project.CurrentContainer.HelperLayer, _text, _editor.Project.Options.HelperStyle, _editor.Project.Options.PointShape); _selection.ToStateOne(); }