30 references to FSFLRES
PresentationFramework (30)
MS\Internal\PtsHost\Line.cs (4)
159run = new ParagraphBreakRun(_syntheticCharacterLength, PTS.FSFLRES.fsflrEndOfParagraph); 916internal PTS.FSFLRES FormattingResult 920PTS.FSFLRES formatResult = PTS.FSFLRES.fsflrOutOfSpace;
MS\Internal\PtsHost\LineBase.cs (2)
158run = new LineBreakRun(cch, PTS.FSFLRES.fsflrSoftBreak); 252run = new ParagraphBreakRun(_syntheticCharacterLength, PTS.FSFLRES.fsflrEndOfParagraph);
MS\Internal\PtsHost\ListMarkerLine.cs (1)
51return new ParagraphBreakRun(1, PTS.FSFLRES.fsflrEndOfParagraph);
MS\Internal\PtsHost\OptimalTextSource.cs (4)
109run = new ParagraphBreakRun(_syntheticCharacterLength, PTS.FSFLRES.fsflrEndOfParagraph); 183internal PTS.FSFLRES GetFormatResultForBreakpoint(int dcp, TextBreakpoint textBreakpoint) 186PTS.FSFLRES formatResult = PTS.FSFLRES.fsflrOutOfSpace;
MS\Internal\PtsHost\Pts.cs (4)
709internal FSFLRES fslres; 2335out FSFLRES fsflres, // OUT: result of formatting 2364out FSFLRES fsflres, // OUT: result of formatting 2413out FSFLRES fsflres, // OUT: result of formatting
MS\Internal\PtsHost\PtsHost.cs (9)
1364out PTS.FSFLRES fsflres, // OUT: result of formatting 1388fsflres = default(PTS.FSFLRES); 1395fsflres = default(PTS.FSFLRES); 1423out PTS.FSFLRES fsflres, // OUT: result of formatting 1447fsflres = default(PTS.FSFLRES); 1454fsflres = default(PTS.FSFLRES); 1603out PTS.FSFLRES fsflres, // OUT: result of formatting 1627fsflres = default(PTS.FSFLRES); 1634fsflres = default(PTS.FSFLRES);
MS\Internal\PtsHost\RunClient.cs (4)
205internal ParagraphBreakRun(int length, PTS.FSFLRES breakReason) : base(length) 210internal readonly PTS.FSFLRES BreakReason; 218internal LineBreakRun(int length, PTS.FSFLRES breakReason) : base(length) 223internal readonly PTS.FSFLRES BreakReason;
MS\Internal\PtsHost\TextParagraph.cs (2)
501out PTS.FSFLRES fsflres, 685out PTS.FSFLRES fsflres,