29 references to ChildTextView
PresentationFramework (29)
System\Windows\Documents\DocumentSequenceTextView.cs (29)
76
if (
ChildTextView
!= null)
78
ITextPointer childOTP =
ChildTextView
.GetTextPositionFromPoint(point, snapToText);
132
if (
ChildTextView
!= null)
134
if (
ChildTextView
.TextContainer == tp.ChildBlock.ChildContainer)
136
return
ChildTextView
.GetRawRectangleFromTextPosition(tp.ChildPointer.CreatePointer(position.LogicalDirection), out transform);
148
if (startPosition != null && endPosition != null &&
ChildTextView
!= null)
158
return
ChildTextView
.GetTightBoundingGeometryFromTextPositions(startTp.ChildPointer, endTp.ChildPointer);
215
if (
ChildTextView
!= null)
217
if (
ChildTextView
.TextContainer == tp.ChildBlock.ChildContainer)
219
ITextPointer childOTP =
ChildTextView
.GetPositionAtNextLine(tp.ChildPointer.CreatePointer(position.LogicalDirection), suggestedX, count, out newSuggestedX, out linesMoved);
257
Invariant.Assert(
ChildTextView
!= null);
260
return this.
ChildTextView
.IsAtCaretUnitBoundary(ftp.ChildPointer);
304
Invariant.Assert(
ChildTextView
!= null);
307
return this.
ChildTextView
.GetNextCaretUnitPosition(ftp.ChildPointer, direction);
330
Invariant.Assert(
ChildTextView
!= null);
333
return this.
ChildTextView
.GetBackspaceCaretUnitPosition(ftp.ChildPointer);
359
if (
ChildTextView
!= null)
363
if (
ChildTextView
.TextContainer == tpLine.ChildBlock.ChildContainer)
365
TextSegment childTR =
ChildTextView
.GetLineRange(tpLine.ChildPointer.CreatePointer(position.LogicalDirection));
435
if (
ChildTextView
!= null)
437
if (
ChildTextView
.TextContainer == tp.ChildBlock.ChildContainer)
439
return
ChildTextView
.Contains(tp.ChildPointer.CreatePointer(position.LogicalDirection));
458
if (
ChildTextView
!= null)
460
ChildTextView
.Validate();
469
if (
ChildTextView
!= null)
471
ChildTextView
.Validate(point);
523
if (
ChildTextView
!= null)
525
return
ChildTextView
.IsValid;
552
ReadOnlyCollection<TextSegment> childSegments =
ChildTextView
.TextSegments;