29 references to ChildTextView
PresentationFramework (29)
System\Windows\Documents\DocumentSequenceTextView.cs (29)
84if (ChildTextView != null) 86ITextPointer childOTP = ChildTextView.GetTextPositionFromPoint(point, snapToText); 140if (ChildTextView != null) 142if (ChildTextView.TextContainer == tp.ChildBlock.ChildContainer) 144return ChildTextView.GetRawRectangleFromTextPosition(tp.ChildPointer.CreatePointer(position.LogicalDirection), out transform); 156if (startPosition != null && endPosition != null && ChildTextView != null) 166return ChildTextView.GetTightBoundingGeometryFromTextPositions(startTp.ChildPointer, endTp.ChildPointer); 223if (ChildTextView != null) 225if (ChildTextView.TextContainer == tp.ChildBlock.ChildContainer) 227ITextPointer childOTP = ChildTextView.GetPositionAtNextLine(tp.ChildPointer.CreatePointer(position.LogicalDirection), suggestedX, count, out newSuggestedX, out linesMoved); 265Invariant.Assert(ChildTextView != null); 268return this.ChildTextView.IsAtCaretUnitBoundary(ftp.ChildPointer); 312Invariant.Assert(ChildTextView != null); 315return this.ChildTextView.GetNextCaretUnitPosition(ftp.ChildPointer, direction); 338Invariant.Assert(ChildTextView != null); 341return this.ChildTextView.GetBackspaceCaretUnitPosition(ftp.ChildPointer); 367if (ChildTextView != null) 371if (ChildTextView.TextContainer == tpLine.ChildBlock.ChildContainer) 373TextSegment childTR = ChildTextView.GetLineRange(tpLine.ChildPointer.CreatePointer(position.LogicalDirection)); 443if (ChildTextView != null) 445if (ChildTextView.TextContainer == tp.ChildBlock.ChildContainer) 447return ChildTextView.Contains(tp.ChildPointer.CreatePointer(position.LogicalDirection)); 466if (ChildTextView != null) 468ChildTextView.Validate(); 477if (ChildTextView != null) 479ChildTextView.Validate(point); 531if (ChildTextView != null) 533return ChildTextView.IsValid; 560ReadOnlyCollection<TextSegment> childSegments = ChildTextView.TextSegments;