30 references to FSFLRES
PresentationFramework (30)
MS\Internal\PtsHost\Line.cs (4)
177run = new ParagraphBreakRun(_syntheticCharacterLength, PTS.FSFLRES.fsflrEndOfParagraph); 935internal PTS.FSFLRES FormattingResult 939PTS.FSFLRES formatResult = PTS.FSFLRES.fsflrOutOfSpace;
MS\Internal\PtsHost\LineBase.cs (2)
169run = new LineBreakRun(cch, PTS.FSFLRES.fsflrSoftBreak); 263run = new ParagraphBreakRun(_syntheticCharacterLength, PTS.FSFLRES.fsflrEndOfParagraph);
MS\Internal\PtsHost\ListMarkerLine.cs (1)
59return new ParagraphBreakRun(1, PTS.FSFLRES.fsflrEndOfParagraph);
MS\Internal\PtsHost\OptimalTextSource.cs (4)
125run = new ParagraphBreakRun(_syntheticCharacterLength, PTS.FSFLRES.fsflrEndOfParagraph); 199internal PTS.FSFLRES GetFormatResultForBreakpoint(int dcp, TextBreakpoint textBreakpoint) 202PTS.FSFLRES formatResult = PTS.FSFLRES.fsflrOutOfSpace;
MS\Internal\PtsHost\Pts.cs (4)
715internal FSFLRES fslres; 2341out FSFLRES fsflres, // OUT: result of formatting 2370out FSFLRES fsflres, // OUT: result of formatting 2419out FSFLRES fsflres, // OUT: result of formatting
MS\Internal\PtsHost\PtsHost.cs (9)
1379out PTS.FSFLRES fsflres, // OUT: result of formatting 1403fsflres = default(PTS.FSFLRES); 1410fsflres = default(PTS.FSFLRES); 1438out PTS.FSFLRES fsflres, // OUT: result of formatting 1462fsflres = default(PTS.FSFLRES); 1469fsflres = default(PTS.FSFLRES); 1622out PTS.FSFLRES fsflres, // OUT: result of formatting 1646fsflres = default(PTS.FSFLRES); 1653fsflres = default(PTS.FSFLRES);
MS\Internal\PtsHost\RunClient.cs (4)
209internal ParagraphBreakRun(int length, PTS.FSFLRES breakReason) : base(length) 214internal readonly PTS.FSFLRES BreakReason; 222internal LineBreakRun(int length, PTS.FSFLRES breakReason) : base(length) 227internal readonly PTS.FSFLRES BreakReason;
MS\Internal\PtsHost\TextParagraph.cs (2)
520out PTS.FSFLRES fsflres, 706out PTS.FSFLRES fsflres,