2 references to GetBoundingRectangles
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextAdaptor.cs (1)
227
Rect[] lineBounds =
GetBoundingRectangles
(start, end, false, false);
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
1839
Rect[] rects = _textAdaptor.
GetBoundingRectangles
(_start, _end, true, true);