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