3 references to GetTightBoundingGeometryFromTextPositionsHelper
PresentationFramework (3)
MS\Internal\Documents\TextDocumentView.cs (2)
180
Geometry columnGeometry =
GetTightBoundingGeometryFromTextPositionsHelper
(columns[columnIndex].Paragraphs, startPositionInThisSegment, endPositionInThisSegment, 0.0, visibleRect);
1340
geometry =
GetTightBoundingGeometryFromTextPositionsHelper
(paragraphs, startPosition, endPosition, paragraphTopSpace, visibleRect);
MS\Internal\PtsHost\ContainerParaClient.cs (1)
404
return (TextDocumentView.
GetTightBoundingGeometryFromTextPositionsHelper
(paragraphs, startPosition, endPosition, TextDpi.FromTextDpi(_dvrTopSpace), visibleRect));