//========================================================================================= internal void InitLines(Document doc) { this.Doc = doc; }
//========================================================================================= internal TextCaret(CodeViewerBody parent) { this.Parent = parent; if (this.Parent != null) this.Doc = parent.Viewer.Document; }