3 references to GetTightBoundingGeometryFromTextPositionsHelper
PresentationFramework (3)
MS\Internal\PtsHost\CellParaClient.cs (1)
332
geometry = TextDocumentView.
GetTightBoundingGeometryFromTextPositionsHelper
(colResults[0].Paragraphs, paragraphResult.FloatingElements, startPosition, endPosition, 0.0, visibleRect);
MS\Internal\PtsHost\FigureParaClient.cs (1)
746
geometry = TextDocumentView.
GetTightBoundingGeometryFromTextPositionsHelper
(paragraphs, floatingElements, startPosition, endPosition, TextDpi.FromTextDpi(_dvrTopSpace), visibleRect);
MS\Internal\PtsHost\FloaterParaClient.cs (1)
755
geometry = TextDocumentView.
GetTightBoundingGeometryFromTextPositionsHelper
(paragraphs, floatingElements, startPosition, endPosition, TextDpi.FromTextDpi(_dvrTopSpace), visibleRect);