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