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