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