4 references to dvrDescent
PresentationFramework (4)
MS\Internal\PtsHost\TextParaClient.cs (4)
1541TextDpi.FromTextDpi(lineDesc.durBBox), TextDpi.FromTextDpi(lineDesc.dvrAscent + lineDesc.dvrDescent)); 2078Rect lineRect = new PTS.FSRECT(lineDesc.urBBox, lineDesc.vrStart, lineDesc.durBBox, lineDesc.dvrAscent + lineDesc.dvrDescent).FromTextDpi(); 3414if ((lineDesc.vrStart + lineDesc.dvrAscent + lineDesc.dvrDescent) > viewport.v) 3803if (lineDesc.vrStart + lineDesc.dvrAscent + lineDesc.dvrDescent > pt.v)