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