2 references to GetRangeBounds
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextBlock.cs (2)
1926List<Rect> lineBounds = line.GetRangeBounds(boundStart, boundEnd - boundStart, xOffset, yOffset); 2424IList<Rect> aryTextBounds = line.GetRangeBounds(dcpStart, dcpEnd - dcpStart, contentOffset.X, contentOffset.Y + lineOffset);