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