internal DocumentLine(TextDocument doc) : this() { _doc = doc; }
internal TextAnchor(TextDocument document) { _doc = document ?? throw new ArgumentNullException("document"); }