ITextSource public interface ITextSource : IReadOnlyTextSource, IDisposable Represents a text source that can be read from and written to. Documentation Code void InsertText(string content) Inserts the given content at the current insertation mark. Moves the insertation mark.