6 overrides of GetTightBoundingGeometryFromTextPositions
PresentationFramework (6)
MS\Internal\Documents\DocumentPageTextView.cs (1)
136internal override Geometry GetTightBoundingGeometryFromTextPositions(ITextPointer startPosition, ITextPointer endPosition)
MS\Internal\Documents\MultiPageTextView.cs (1)
142internal override Geometry GetTightBoundingGeometryFromTextPositions(ITextPointer startPosition, ITextPointer endPosition)
MS\Internal\Documents\TextDocumentView.cs (1)
107internal override Geometry GetTightBoundingGeometryFromTextPositions(ITextPointer startPosition, ITextPointer endPosition)
MS\Internal\Documents\TextParagraphView.cs (1)
98internal override Geometry GetTightBoundingGeometryFromTextPositions(ITextPointer startPosition, ITextPointer endPosition)
System\Windows\Documents\DocumentSequenceTextView.cs (1)
145internal override Geometry GetTightBoundingGeometryFromTextPositions(ITextPointer startPosition, ITextPointer endPosition)
System\Windows\Documents\FixedTextView.cs (1)
231internal override Geometry GetTightBoundingGeometryFromTextPositions(ITextPointer startPosition, ITextPointer endPosition)
1 reference to GetTightBoundingGeometryFromTextPositions
PresentationFramework (1)
MS\Internal\Documents\TextViewBase.cs (1)
490return GetTightBoundingGeometryFromTextPositions(startPosition, endPosition);