23 instantiations of LSPOINT
PresentationCore (23)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (19)
647LSPOINT lsRefOrigin = new LSPOINT(0, _metrics._baselineOffset); 1650new LSPOINT( 1662new LSPOINT( 1738new LSPOINT( 1742new LSPOINT( 1799new LSPOINT(u, 0), 1800new LSPOINT(u, _metrics._height), 1845new LSPOINT(LSLineUToParagraphU(currentDistance), 0), 1846new LSPOINT( 1870new LSPOINT( 1874new LSPOINT( 1923new LSPOINT(LSLineUToParagraphU(currentDistance), 0), 1924new LSPOINT( 1944new LSPOINT(LSLineUToParagraphU(sublines[i].pointUvStartSubLine.x), 0), 1945new LSPOINT( 2065new LSPOINT( 2071new LSPOINT( 2186LSPOINT point = new LSPOINT(0, 0); 2517LSPOINT pt = new LSPOINT((int)ptQuery.X, (int)ptQuery.Y);
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
1224new LSPOINT(left, underlineTop), 1238new LSPOINT(left, overlineTop), 1252new LSPOINT(left, strikethroughTop), 1266new LSPOINT(left, baselineTop),
32 references to LSPOINT
PresentationCore (32)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (3)
647LSPOINT lsRefOrigin = new LSPOINT(0, _metrics._baselineOffset); 2186LSPOINT point = new LSPOINT(0, 0); 2517LSPOINT pt = new LSPOINT((int)ptQuery.X, (int)ptQuery.Y);
Core\CSharp\MS\Internal\TextFormatting\LineServices.cs (15)
115ref LSPOINT ptText, 121ref LSPOINT ptRun, 199ref LSPOINT ptOrigin, 211ref LSPOINT ptOrigin, 283ref LSPOINT origin, 303ref LSPOINT pptStart, 330ref LSPOINT pptStart, 432ref LSPOINT runOrigin, // pen position at which to render the object 1363public LSPOINT pointUvStartSubLine; 1371public LSPOINT pointUvStartRun; 1378public LSPOINT pointUvStartObj; 1388public LSPOINT pointUvStartCell; 1827ref LSPOINT pt, 1841ref LSPOINT pt 1865ref LSPOINT ptQuery, // use POINT as POINTUV
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (12)
1012ref LSPOINT ptOrigin, // [in] drawing origin 1082ref LSPOINT ptOrigin, // [in] drawing origin 1290LSPOINT ptOrigin, // drawing origin 1536ref LSPOINT ptText, // [in] text origin 1542ref LSPOINT ptRun, // [in] run origin 1931ref LSPOINT ptRun, // [in] display position (at baseline) 2619ref LSPOINT ptRun, // [in] pen position at which to render the object 2632LSPOINT lsrunOrigin = ptRun; 2786ref LSPOINT pptStart, // [in] logical start of the run 2908ref LSPOINT pptStart, // [in] logical start of the run (iff geometryProvided) 3200LSPOINT lsrunOrigin, // physical start of the run 3358LSPOINT lsrunOrigin, // physical start of the run
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (2)
430LSPOINT topLeft, 431LSPOINT bottomRight,