23 instantiations of LSPOINT
PresentationCore (23)
MS\Internal\TextFormatting\FullTextLine.cs (19)
600LSPOINT lsRefOrigin = new LSPOINT(0, _metrics._baselineOffset); 1600new LSPOINT( 1612new LSPOINT( 1688new LSPOINT( 1692new LSPOINT( 1749new LSPOINT(u, 0), 1750new LSPOINT(u, _metrics._height), 1795new LSPOINT(LSLineUToParagraphU(currentDistance), 0), 1796new LSPOINT( 1820new LSPOINT( 1824new LSPOINT( 1873new LSPOINT(LSLineUToParagraphU(currentDistance), 0), 1874new LSPOINT( 1894new LSPOINT(LSLineUToParagraphU(sublines[i].pointUvStartSubLine.x), 0), 1895new LSPOINT( 2015new LSPOINT( 2021new LSPOINT( 2130LSPOINT point = new LSPOINT(0, 0); 2449LSPOINT pt = new LSPOINT((int)ptQuery.X, (int)ptQuery.Y);
MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
1108new LSPOINT(left, underlineTop), 1122new LSPOINT(left, overlineTop), 1136new LSPOINT(left, strikethroughTop), 1150new LSPOINT(left, baselineTop),
32 references to LSPOINT
PresentationCore (32)
MS\Internal\TextFormatting\FullTextLine.cs (3)
600LSPOINT lsRefOrigin = new LSPOINT(0, _metrics._baselineOffset); 2130LSPOINT point = new LSPOINT(0, 0); 2449LSPOINT pt = new LSPOINT((int)ptQuery.X, (int)ptQuery.Y);
MS\Internal\TextFormatting\LineServices.cs (15)
95ref LSPOINT ptText, 101ref LSPOINT ptRun, 179ref LSPOINT ptOrigin, 191ref LSPOINT ptOrigin, 251ref LSPOINT origin, 267ref LSPOINT pptStart, 290ref LSPOINT pptStart, 372ref LSPOINT runOrigin, // pen position at which to render the object 1158public LSPOINT pointUvStartSubLine; 1166public LSPOINT pointUvStartRun; 1173public LSPOINT pointUvStartObj; 1183public LSPOINT pointUvStartCell; 1489ref LSPOINT pt, 1499ref LSPOINT pt 1515ref LSPOINT ptQuery, // use POINT as POINTUV
MS\Internal\TextFormatting\LineServicesCallbacks.cs (12)
909ref LSPOINT ptOrigin, // [in] drawing origin 974ref LSPOINT ptOrigin, // [in] drawing origin 1170LSPOINT ptOrigin, // drawing origin 1411ref LSPOINT ptText, // [in] text origin 1417ref LSPOINT ptRun, // [in] run origin 1785ref LSPOINT ptRun, // [in] display position (at baseline) 2429ref LSPOINT ptRun, // [in] pen position at which to render the object 2442LSPOINT lsrunOrigin = ptRun; 2591ref LSPOINT pptStart, // [in] logical start of the run 2708ref LSPOINT pptStart, // [in] logical start of the run (iff geometryProvided) 2992LSPOINT lsrunOrigin, // physical start of the run 3145LSPOINT lsrunOrigin, // physical start of the run
MS\Internal\TextFormatting\LineServicesRun.cs (2)
400LSPOINT topLeft, 401LSPOINT bottomRight,