23 instantiations of LSPOINT
PresentationCore (23)
MS\Internal\TextFormatting\FullTextLine.cs (19)
599LSPOINT lsRefOrigin = new LSPOINT(0, _metrics._baselineOffset); 1599new LSPOINT( 1611new LSPOINT( 1687new LSPOINT( 1691new LSPOINT( 1748new LSPOINT(u, 0), 1749new LSPOINT(u, _metrics._height), 1794new LSPOINT(LSLineUToParagraphU(currentDistance), 0), 1795new LSPOINT( 1819new LSPOINT( 1823new LSPOINT( 1872new LSPOINT(LSLineUToParagraphU(currentDistance), 0), 1873new LSPOINT( 1893new LSPOINT(LSLineUToParagraphU(sublines[i].pointUvStartSubLine.x), 0), 1894new LSPOINT( 2014new LSPOINT( 2020new LSPOINT( 2129LSPOINT point = new LSPOINT(0, 0); 2448LSPOINT pt = new LSPOINT((int)ptQuery.X, (int)ptQuery.Y);
MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
1118new LSPOINT(left, underlineTop), 1132new LSPOINT(left, overlineTop), 1146new LSPOINT(left, strikethroughTop), 1160new LSPOINT(left, baselineTop),
32 references to LSPOINT
PresentationCore (32)
MS\Internal\TextFormatting\FullTextLine.cs (3)
599LSPOINT lsRefOrigin = new LSPOINT(0, _metrics._baselineOffset); 2129LSPOINT point = new LSPOINT(0, 0); 2448LSPOINT 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)
919ref LSPOINT ptOrigin, // [in] drawing origin 984ref LSPOINT ptOrigin, // [in] drawing origin 1180LSPOINT ptOrigin, // drawing origin 1421ref LSPOINT ptText, // [in] text origin 1427ref LSPOINT ptRun, // [in] run origin 1795ref LSPOINT ptRun, // [in] display position (at baseline) 2435ref LSPOINT ptRun, // [in] pen position at which to render the object 2448LSPOINT lsrunOrigin = ptRun; 2597ref LSPOINT pptStart, // [in] logical start of the run 2714ref LSPOINT pptStart, // [in] logical start of the run (iff geometryProvided) 2998LSPOINT lsrunOrigin, // physical start of the run 3151LSPOINT lsrunOrigin, // physical start of the run
MS\Internal\TextFormatting\LineServicesRun.cs (2)
401LSPOINT topLeft, 402LSPOINT bottomRight,