4 references to GetRangeBounds
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (4)
2335rectangles = line.GetRangeBounds(dcpRangeStart, cchRange, duOffset, dvOffset); 2445rectangles = line.GetRangeBounds(dcpRangeStart, cchRange, duOffset, dvOffset); 4235rectangles = line.GetRangeBounds(localStart, localEnd - localStart, TextDpi.FromTextDpi(lineDesc.urStart), TextDpi.FromTextDpi(lineDesc.vrStart)); 4448List<Rect> elementRectangles = line.GetRangeBounds(localStart, localEnd - localStart, TextDpi.FromTextDpi(element.urStart), TextDpi.FromTextDpi(lineDesc.vrStart));