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