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