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