Ejemplo n.º 1
0
 private WeakLineTracker(TextDocument textDocument, ILineTracker targetTracker)
 {
     this.textDocument = textDocument;
     targetObject      = new WeakReference(targetTracker);
 }
Ejemplo n.º 2
0
 public TextAnchorTree(TextDocument document)
 {
     this.document = document;
 }