WPF TextBox Insérer du texte en position Caret

textBox.Text = textBox.Text.Insert(textBox.CaretIndex, "<new text>");
Casual Coder