public TextViewLine(TextViewDocument owner, ITextSnapshotLine textLine) { _textLine = textLine; _owner = owner; }