Exemple #1
0
 public FakeWpfTextViewLine(FakeTextSnapshot textSnapshot, FakeTextSnapshotLine textSnapshotLine, Rect bounds)
 {
     _textSnapshot     = textSnapshot;
     _textSnapshotLine = textSnapshotLine;
     _bounds           = bounds;
 }