internal DocumentLine(TextDocument doc)
     : this()
 {
     _doc = doc;
 }
Exemplo n.º 2
0
 internal TextAnchor(TextDocument document)
 {
     _doc = document ?? throw new ArgumentNullException("document");
 }