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