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