6 overrides of GetTightBoundingGeometryFromTextPositions
PresentationFramework (6)
MS\Internal\Documents\DocumentPageTextView.cs (1)
145
internal override Geometry
GetTightBoundingGeometryFromTextPositions
(ITextPointer startPosition, ITextPointer endPosition)
MS\Internal\Documents\MultiPageTextView.cs (1)
145
internal override Geometry
GetTightBoundingGeometryFromTextPositions
(ITextPointer startPosition, ITextPointer endPosition)
MS\Internal\Documents\TextDocumentView.cs (1)
110
internal override Geometry
GetTightBoundingGeometryFromTextPositions
(ITextPointer startPosition, ITextPointer endPosition)
MS\Internal\Documents\TextParagraphView.cs (1)
105
internal override Geometry
GetTightBoundingGeometryFromTextPositions
(ITextPointer startPosition, ITextPointer endPosition)
System\Windows\Documents\DocumentSequenceTextView.cs (1)
154
internal override Geometry
GetTightBoundingGeometryFromTextPositions
(ITextPointer startPosition, ITextPointer endPosition)
System\Windows\Documents\FixedTextView.cs (1)
245
internal override Geometry
GetTightBoundingGeometryFromTextPositions
(ITextPointer startPosition, ITextPointer endPosition)
7 references to GetTightBoundingGeometryFromTextPositions
PresentationFramework (7)
MS\Internal\Documents\DocumentPageTextView.cs (1)
143
/// <see cref="TextViewBase.
GetTightBoundingGeometryFromTextPositions
"/>
MS\Internal\Documents\MultiPageTextView.cs (1)
143
/// <see cref="TextViewBase.
GetTightBoundingGeometryFromTextPositions
"/>
MS\Internal\Documents\TextDocumentView.cs (1)
108
/// <see cref="TextViewBase.
GetTightBoundingGeometryFromTextPositions
"/>
MS\Internal\Documents\TextParagraphView.cs (1)
103
/// <see cref="TextViewBase.
GetTightBoundingGeometryFromTextPositions
"/>
MS\Internal\Documents\TextViewBase.cs (1)
493
return
GetTightBoundingGeometryFromTextPositions
(startPosition, endPosition);
System\Windows\Documents\DocumentSequenceTextView.cs (1)
152
/// <see cref="TextViewBase.
GetTightBoundingGeometryFromTextPositions
"/>
System\Windows\Documents\FixedTextView.cs (1)
243
/// <see cref="TextViewBase.
GetTightBoundingGeometryFromTextPositions
"/>