27 references to ChildTextView
PresentationFramework (27)
System\Windows\Documents\DocumentSequenceTextView.cs (27)
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
ChildTextView
?.Validate();
466
ChildTextView
?.Validate(point);
517
if (
ChildTextView
!= null)
519
return
ChildTextView
.IsValid;
546
ReadOnlyCollection<TextSegment> childSegments =
ChildTextView
.TextSegments;