3 references to OffsetRectangleList
PresentationFramework (3)
MS\Internal\PtsHost\FigureParaClient.cs (1)
330
rectangles = PtsHelper.
OffsetRectangleList
(rectangles, TextDpi.FromTextDpi(ContentRect.u), TextDpi.FromTextDpi(ContentRect.v));
MS\Internal\PtsHost\FloaterParaClient.cs (1)
335
rectangles = PtsHelper.
OffsetRectangleList
(rectangles, TextDpi.FromTextDpi(ContentRect.u), TextDpi.FromTextDpi(ContentRect.v));
MS\Internal\PtsHost\SubpageParaClient.cs (1)
265
rectangles = PtsHelper.
OffsetRectangleList
(rectangles, TextDpi.FromTextDpi(ContentRect.u), TextDpi.FromTextDpi(ContentRect.v));