Disable user gestures to enable text editing?

Is there a way to disable all user gestures in TextEditingTool (eg. textEditingTool.starting = null)?
And enable text editing programmatically?

Don’t set TextBlock.editable to true. Call CommandHandler.editTextBlock on the TextBlock that you want the user to start editing in-place.