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