5 references to dvrAscent
PresentationFramework (5)
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (5)
1730TextDpi.FromTextDpi(lineDesc.durBBox), TextDpi.FromTextDpi(lineDesc.dvrAscent + lineDesc.dvrDescent)); 1742lbox, TextDpi.FromTextDpi(lineDesc.dvrAscent))); 2292Rect lineRect = new PTS.FSRECT(lineDesc.urBBox, lineDesc.vrStart, lineDesc.durBBox, lineDesc.dvrAscent + lineDesc.dvrDescent).FromTextDpi(); 3675if ((lineDesc.vrStart + lineDesc.dvrAscent + lineDesc.dvrDescent) > viewport.v) 4087if (lineDesc.vrStart + lineDesc.dvrAscent + lineDesc.dvrDescent > pt.v)