2 implementations of GetTightBoundingGeometryFromTextPositions
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
638
Geometry ITextView.
GetTightBoundingGeometryFromTextPositions
(ITextPointer startPosition, ITextPointer endPosition)
MS\Internal\Documents\TextViewBase.cs (1)
488
Geometry ITextView.
GetTightBoundingGeometryFromTextPositions
(ITextPointer startPosition, ITextPointer endPosition)
7 references to GetTightBoundingGeometryFromTextPositions
PresentationFramework (7)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
948
pageGeometry = view.
GetTightBoundingGeometryFromTextPositions
(segment.Start, segment.End);
MS\Internal\Documents\DocumentPageTextView.cs (1)
148
geometry = _pageTextView.
GetTightBoundingGeometryFromTextPositions
(startPosition, endPosition);
System\Windows\Automation\Peers\TextElementAutomationPeer.cs (2)
55
Geometry geometry = textView.
GetTightBoundingGeometryFromTextPositions
(textElement.ContentStart, textElement.ContentEnd);
170
Geometry geometry = textView.
GetTightBoundingGeometryFromTextPositions
(startPointer, endPointer);
System\Windows\Controls\TextAdaptor.cs (1)
140
Geometry geometry = textView.
GetTightBoundingGeometryFromTextPositions
(first, last);
System\windows\Documents\CaretElement.cs (1)
464
Geometry geometry = _textEditor.Selection.TextView.
GetTightBoundingGeometryFromTextPositions
(segment.Start, segment.End);
System\Windows\Documents\DocumentSequenceTextView.cs (1)
157
return ChildTextView.
GetTightBoundingGeometryFromTextPositions
(startTp.ChildPointer, endTp.ChildPointer);