23 instantiations of LSPOINT
PresentationCore (23)
MS\Internal\TextFormatting\FullTextLine.cs (19)
601LSPOINT lsRefOrigin = new LSPOINT(0, _metrics._baselineOffset); 1601new LSPOINT( 1613new LSPOINT( 1689new LSPOINT( 1693new LSPOINT( 1750new LSPOINT(u, 0), 1751new LSPOINT(u, _metrics._height), 1796new LSPOINT(LSLineUToParagraphU(currentDistance), 0), 1797new LSPOINT( 1821new LSPOINT( 1825new LSPOINT( 1874new LSPOINT(LSLineUToParagraphU(currentDistance), 0), 1875new LSPOINT( 1895new LSPOINT(LSLineUToParagraphU(sublines[i].pointUvStartSubLine.x), 0), 1896new LSPOINT( 2016new LSPOINT( 2022new LSPOINT( 2131LSPOINT point = new LSPOINT(0, 0); 2450LSPOINT pt = new LSPOINT((int)ptQuery.X, (int)ptQuery.Y);
MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
1109new LSPOINT(left, underlineTop), 1123new LSPOINT(left, overlineTop), 1137new LSPOINT(left, strikethroughTop), 1151new LSPOINT(left, baselineTop),
32 references to LSPOINT
PresentationCore (32)
MS\Internal\TextFormatting\FullTextLine.cs (3)
601LSPOINT lsRefOrigin = new LSPOINT(0, _metrics._baselineOffset); 2131LSPOINT point = new LSPOINT(0, 0); 2450LSPOINT pt = new LSPOINT((int)ptQuery.X, (int)ptQuery.Y);
MS\Internal\TextFormatting\LineServices.cs (15)
96ref LSPOINT ptText, 102ref LSPOINT ptRun, 180ref LSPOINT ptOrigin, 192ref LSPOINT ptOrigin, 252ref LSPOINT origin, 268ref LSPOINT pptStart, 291ref LSPOINT pptStart, 373ref LSPOINT runOrigin, // pen position at which to render the object 1159public LSPOINT pointUvStartSubLine; 1167public LSPOINT pointUvStartRun; 1174public LSPOINT pointUvStartObj; 1184public LSPOINT pointUvStartCell; 1490ref LSPOINT pt, 1500ref LSPOINT pt 1516ref LSPOINT ptQuery, // use POINT as POINTUV
MS\Internal\TextFormatting\LineServicesCallbacks.cs (12)
910ref LSPOINT ptOrigin, // [in] drawing origin 975ref LSPOINT ptOrigin, // [in] drawing origin 1171LSPOINT ptOrigin, // drawing origin 1412ref LSPOINT ptText, // [in] text origin 1418ref LSPOINT ptRun, // [in] run origin 1786ref LSPOINT ptRun, // [in] display position (at baseline) 2430ref LSPOINT ptRun, // [in] pen position at which to render the object 2443LSPOINT lsrunOrigin = ptRun; 2592ref LSPOINT pptStart, // [in] logical start of the run 2709ref LSPOINT pptStart, // [in] logical start of the run (iff geometryProvided) 2993LSPOINT lsrunOrigin, // physical start of the run 3146LSPOINT lsrunOrigin, // physical start of the run
MS\Internal\TextFormatting\LineServicesRun.cs (2)
401LSPOINT topLeft, 402LSPOINT bottomRight,