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