27 references to ChildTextView
PresentationFramework (27)
System\Windows\Documents\DocumentSequenceTextView.cs (27)
75
if (
ChildTextView
!= null)
77
ITextPointer childOTP =
ChildTextView
.GetTextPositionFromPoint(point, snapToText);
131
if (
ChildTextView
!= null)
133
if (
ChildTextView
.TextContainer == tp.ChildBlock.ChildContainer)
135
return
ChildTextView
.GetRawRectangleFromTextPosition(tp.ChildPointer.CreatePointer(position.LogicalDirection), out transform);
147
if (startPosition != null && endPosition != null &&
ChildTextView
!= null)
157
return
ChildTextView
.GetTightBoundingGeometryFromTextPositions(startTp.ChildPointer, endTp.ChildPointer);
214
if (
ChildTextView
!= null)
216
if (
ChildTextView
.TextContainer == tp.ChildBlock.ChildContainer)
218
ITextPointer childOTP =
ChildTextView
.GetPositionAtNextLine(tp.ChildPointer.CreatePointer(position.LogicalDirection), suggestedX, count, out newSuggestedX, out linesMoved);
256
Invariant.Assert(
ChildTextView
!= null);
259
return this.
ChildTextView
.IsAtCaretUnitBoundary(ftp.ChildPointer);
303
Invariant.Assert(
ChildTextView
!= null);
306
return this.
ChildTextView
.GetNextCaretUnitPosition(ftp.ChildPointer, direction);
329
Invariant.Assert(
ChildTextView
!= null);
332
return this.
ChildTextView
.GetBackspaceCaretUnitPosition(ftp.ChildPointer);
358
if (
ChildTextView
!= null)
362
if (
ChildTextView
.TextContainer == tpLine.ChildBlock.ChildContainer)
364
TextSegment childTR =
ChildTextView
.GetLineRange(tpLine.ChildPointer.CreatePointer(position.LogicalDirection));
434
if (
ChildTextView
!= null)
436
if (
ChildTextView
.TextContainer == tp.ChildBlock.ChildContainer)
438
return
ChildTextView
.Contains(tp.ChildPointer.CreatePointer(position.LogicalDirection));
457
ChildTextView
?.Validate();
465
ChildTextView
?.Validate(point);
516
if (
ChildTextView
!= null)
518
return
ChildTextView
.IsValid;
545
ReadOnlyCollection<TextSegment> childSegments =
ChildTextView
.TextSegments;