29 references to ChildTextView
PresentationFramework (29)
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (29)
90
if (
ChildTextView
!= null)
92
ITextPointer childOTP =
ChildTextView
.GetTextPositionFromPoint(point, snapToText);
146
if (
ChildTextView
!= null)
148
if (
ChildTextView
.TextContainer == tp.ChildBlock.ChildContainer)
150
return
ChildTextView
.GetRawRectangleFromTextPosition(tp.ChildPointer.CreatePointer(position.LogicalDirection), out transform);
162
if (startPosition != null && endPosition != null &&
ChildTextView
!= null)
172
return
ChildTextView
.GetTightBoundingGeometryFromTextPositions(startTp.ChildPointer, endTp.ChildPointer);
229
if (
ChildTextView
!= null)
231
if (
ChildTextView
.TextContainer == tp.ChildBlock.ChildContainer)
233
ITextPointer childOTP =
ChildTextView
.GetPositionAtNextLine(tp.ChildPointer.CreatePointer(position.LogicalDirection), suggestedX, count, out newSuggestedX, out linesMoved);
274
Invariant.Assert(
ChildTextView
!= null);
277
return this.
ChildTextView
.IsAtCaretUnitBoundary(ftp.ChildPointer);
324
Invariant.Assert(
ChildTextView
!= null);
327
return this.
ChildTextView
.GetNextCaretUnitPosition(ftp.ChildPointer, direction);
353
Invariant.Assert(
ChildTextView
!= null);
356
return this.
ChildTextView
.GetBackspaceCaretUnitPosition(ftp.ChildPointer);
382
if (
ChildTextView
!= null)
386
if (
ChildTextView
.TextContainer == tpLine.ChildBlock.ChildContainer)
388
TextSegment childTR =
ChildTextView
.GetLineRange(tpLine.ChildPointer.CreatePointer(position.LogicalDirection));
458
if (
ChildTextView
!= null)
460
if (
ChildTextView
.TextContainer == tp.ChildBlock.ChildContainer)
462
return
ChildTextView
.Contains(tp.ChildPointer.CreatePointer(position.LogicalDirection));
481
if (
ChildTextView
!= null)
483
ChildTextView
.Validate();
492
if (
ChildTextView
!= null)
494
ChildTextView
.Validate(point);
546
if (
ChildTextView
!= null)
548
return
ChildTextView
.IsValid;
575
ReadOnlyCollection<TextSegment> childSegments =
ChildTextView
.TextSegments;