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