30 references to FSFLRES
PresentationFramework (30)
MS\Internal\PtsHost\Line.cs (4)
160run = new ParagraphBreakRun(_syntheticCharacterLength, PTS.FSFLRES.fsflrEndOfParagraph); 917internal PTS.FSFLRES FormattingResult 921PTS.FSFLRES formatResult = PTS.FSFLRES.fsflrOutOfSpace;
MS\Internal\PtsHost\LineBase.cs (2)
159run = new LineBreakRun(cch, PTS.FSFLRES.fsflrSoftBreak); 253run = new ParagraphBreakRun(_syntheticCharacterLength, PTS.FSFLRES.fsflrEndOfParagraph);
MS\Internal\PtsHost\ListMarkerLine.cs (1)
52return new ParagraphBreakRun(1, PTS.FSFLRES.fsflrEndOfParagraph);
MS\Internal\PtsHost\OptimalTextSource.cs (4)
110run = new ParagraphBreakRun(_syntheticCharacterLength, PTS.FSFLRES.fsflrEndOfParagraph); 184internal PTS.FSFLRES GetFormatResultForBreakpoint(int dcp, TextBreakpoint textBreakpoint) 187PTS.FSFLRES formatResult = PTS.FSFLRES.fsflrOutOfSpace;
MS\Internal\PtsHost\Pts.cs (4)
710internal FSFLRES fslres; 2336out FSFLRES fsflres, // OUT: result of formatting 2365out FSFLRES fsflres, // OUT: result of formatting 2414out FSFLRES fsflres, // OUT: result of formatting
MS\Internal\PtsHost\PtsHost.cs (9)
1365out PTS.FSFLRES fsflres, // OUT: result of formatting 1389fsflres = default(PTS.FSFLRES); 1396fsflres = default(PTS.FSFLRES); 1424out PTS.FSFLRES fsflres, // OUT: result of formatting 1448fsflres = default(PTS.FSFLRES); 1455fsflres = default(PTS.FSFLRES); 1604out PTS.FSFLRES fsflres, // OUT: result of formatting 1628fsflres = default(PTS.FSFLRES); 1635fsflres = default(PTS.FSFLRES);
MS\Internal\PtsHost\RunClient.cs (4)
206internal ParagraphBreakRun(int length, PTS.FSFLRES breakReason) : base(length) 211internal readonly PTS.FSFLRES BreakReason; 219internal LineBreakRun(int length, PTS.FSFLRES breakReason) : base(length) 224internal readonly PTS.FSFLRES BreakReason;
MS\Internal\PtsHost\TextParagraph.cs (2)
502out PTS.FSFLRES fsflres, 686out PTS.FSFLRES fsflres,